class InstrumentationManager(object):
User-defined class instrumentation extension.
.InstrumentationManager
can be subclassed in order
to change
how class instrumentation proceeds. This class exists for
the purposes of integration with other object management
frameworks which would like to entirely modify the
instrumentation methodology of the ORM, and is not intended
for regular usage. For interception of class instrumentation
events, see .InstrumentationEvents
.
The API for this class should be considered as semi-stable, and may change slightly with new releases.
Method | dict_getter |
Undocumented |
Method | get_instance_dict |
Undocumented |
Method | initialize_instance_dict |
Undocumented |
Method | install_descriptor |
Undocumented |
Method | install_member |
Undocumented |
Method | install_state |
Undocumented |
Method | instrument_attribute |
Undocumented |
Method | instrument_collection_class |
Undocumented |
Method | manage |
Undocumented |
Method | manager_getter |
Undocumented |
Method | post_configure_attribute |
Undocumented |
Method | remove_state |
Undocumented |
Method | state_getter |
Undocumented |
Method | uninstall_descriptor |
Undocumented |
Method | uninstall_member |
Undocumented |
Method | unregister |
Undocumented |
Method | __init__ |
Undocumented |