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