class documentation

class HoldInstanceEvents(_EventsHold.HoldEvents, InstanceEvents):

View In Hierarchy

Undocumented

Inherited from HoldEvents:

Class Method ​_listen Undocumented
Class Variable ​_dispatch​_target Undocumented

Inherited from InstanceEvents:

Class Method ​_accept​_with Undocumented
Class Method ​_clear Undocumented
Class Method ​_listen Undocumented
Class Method ​_new​_classmanager​_instance Undocumented
Method expire Receive an object instance after its attributes or some subset have been expired.
Method first​_init Called when the first instance of a particular mapping is called.
Method init Receive an instance when its constructor is called.
Method init​_failure Receive an instance when its constructor has been called, and raised an exception.
Method load Receive an object instance after it has been created via __new__, and after initial attribute population has occurred.
Method pickle Receive an object instance when its associated state is being pickled.
Method refresh Receive an object instance after one or more attributes have been refreshed from a query.
Method refresh​_flush Receive an object instance after one or more attributes that contain a column-level default or onupdate handler have been refreshed during persistence of the object's state.
Method unpickle Receive an object instance after its associated state has been unpickled.
Class Variable ​_target​_class​_doc Undocumented

Inherited from Events (via InstanceEvents):

Class Method ​_remove Undocumented
Static Method ​_set​_dispatch Undocumented