MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / instrument_class

Method instrument_class

test/orm/test_events.py:1977–1978  ·  test/orm/test_events.py::MapperEventsTest.instrument_class
(mapper, cls)

Source from the content-addressed store, hash-verified

1975 canary = []
1976
1977 def instrument_class(mapper, cls):
1978 canary.append(cls)
1979
1980 event.listen(Mapper, class="st">"instrument_class", instrument_class)
1981

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected