Class p.u.r.s.IStorage:

Part of pida.utils.rat.swp View In Hierarchy

The 'PersistencyLink' object expects an IValueHolder class
Line # Kind Name Docs
20 Method get_data Undocumented
23 Method set_data Undocumented
28 Method get_is_writable Returns whether or not the value can be set
33 Method set_callback Defines a callback for when the value has changed
def get_data():
Undocumented
def set_data(value):
Undocumented
def get_is_writable():
Returns whether or not the value can be set
def set_callback(callback):
Defines a callback for when the value has changed The callback has the following signature: def callback(val)

'val' is self.

API Documentation for PIDA, generated by pydoctor.