Types
Types¶
-
best.types.DicToObj(d)¶ Converts dictionary into object where, keys - converts keys into attributes
-
best.types.DictToObjDict(d)¶ Converts dictionary into object where, keys - converts keys into attributes
-
class
best.types.ObjDict(VT_={})¶ Dictionary which you can access a) as a dict; b) as a struct with attributes. Can use both foo adding and deleting attributes resp items. Inherits from dict
-
best.types.ObjDictToDict(d)¶ Converts dictionary into object where, keys - converts keys into attributes
-
class
best.types.TwoWayDict(d=None)¶