MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / class_instrument

Method class_instrument

test/orm/test_events.py:1746–1747  ·  view source on GitHub ↗
(class_)

Source from the content-addressed store, hash-verified

1744 # instrumentationmanager event
1745 @event.listens_for(object, "class_instrument")
1746 def class_instrument(class_):
1747 canary.class_instrument(class_)
1748
1749 self.mapper_registry.map_imperatively(MyClass, users)
1750

Calls

no outgoing calls

Tested by

no test coverage detected