BaseObjectManager
Defines the basic parameters of an object interface that can handle marshalling the core data behind and object attribute to disk or vice versa
__init__(self, obj):
get_basename(self):
@property
basename(self):
save_attr(self, attr):
Saves some attribute of the object
attr
:Any
:returns
:_
load_attr(self, attr):
Loads some attribute of the object
attr
:Any
:returns
:_
del_attr(self, attr):
Deletes some attribute of the object
attr
:Any
:returns
:_