class documentation

Undocumented

Inherited from HoldEvents:

Class Method _listen Undocumented
Class Variable _dispatch_target Undocumented

Inherited from MapperEvents (via HoldEvents):

Method after_configured Called after a series of mappers have been configured.
Method after_delete Receive an object instance after a DELETE statement has been emitted corresponding to that instance.
Method after_insert Receive an object instance after an INSERT statement is emitted corresponding to that instance.
Method after_mapper_constructed Receive a class and mapper when the :class:`_orm.Mapper` has been fully constructed.
Method after_update Receive an object instance after an UPDATE statement is emitted corresponding to that instance.
Method before_configured Called before a series of mappers have been configured.
Method before_delete Receive an object instance before a DELETE statement is emitted corresponding to that instance.
Method before_insert Receive an object instance before an INSERT statement is emitted corresponding to that instance.
Method before_mapper_configured Called right before a specific mapper is to be configured.
Method before_update Receive an object instance before an UPDATE statement is emitted corresponding to that instance.
Method instrument_class Receive a class when the mapper is first constructed, before instrumentation is applied to the mapped class.
Method mapper_configured Called when a specific mapper has completed its own configuration within the scope of the :func:`.configure_mappers` call.
Class Method _accept_with Undocumented
Class Method _clear Undocumented
Class Method _new_mapper_instance Undocumented
Class Variable _target_class_doc Undocumented

Inherited from Events (via HoldEvents, MapperEvents):

Class Method _remove Undocumented

Inherited from _HasEventsDispatch (via HoldEvents, MapperEvents, Events):

Method __getattr__ Undocumented
Method __init_subclass__ Intercept new Event subclasses and create associated _Dispatch classes.
Class Variable dispatch reference back to the _Dispatch class.
Class Method _create_dispatcher_class Create a :class:`._Dispatch` class corresponding to an :class:`.Events` class.
Static Method _set_dispatch Undocumented