示例#1
0
 def __len__(self):
     return len(Setting.as_dict())
示例#2
0
 def __iter__(self):
     return iter(Setting.as_dict())
示例#3
0
 def __getitem__(self, key):
     return Setting.as_dict()[key]
示例#4
0
 def __len__(self):
     return len(Setting.as_dict())
示例#5
0
 def __iter__(self):
     return iter(Setting.as_dict())
示例#6
0
 def __getitem__(self, key):
     return Setting.as_dict()[key]