码迷,mamicode.com
首页 > 编程语言 > 详细

python 字典转对象

时间:2018-08-05 19:39:16      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:elf   init   python 字典   __init__   ini   update   pytho   pre   str   

class DictToStruct:     def __init__(self, **entries):         self.__dict__.update(entries) struct = DictToStruct(**temp)


python 字典转对象

标签:elf   init   python 字典   __init__   ini   update   pytho   pre   str   

原文地址:http://blog.51cto.com/chenxiaolong/2154983

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!