class documentation

class ClassFromDict(object):

Constructor: ClassFromDict(dict_)

View In Hierarchy

set class attributes from a dict, see also cma.utilities.utils.DictClass2

Method __init__ Undocumented
Property as_dict collect only original attributes, check out .__dict__ to see also the attributes later added.
Instance Variable _dict Undocumented
def __init__(self, dict_):

Undocumented

@property
as_dict =

collect only original attributes, check out .__dict__ to see also the attributes later added.

_dict =

Undocumented