MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / class_instrument

Method class_instrument

test/orm/test_events.py:2010–2011  ·  test/orm/test_events.py::MapperEventsTest.class_instrument
(class_)

Source from the content-addressed store, hash-verified

2008 class="cm"># instrumentationmanager event
2009 @event.listens_for(object, class="st">"class_instrument")
2010 def class_instrument(class_):
2011 canary.class_instrument(class_)
2012
2013 self.mapper_registry.map_imperatively(MyClass, users)
2014

Calls

no outgoing calls

Tested by

no test coverage detected