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

Method instrument_class

test/orm/test_events.py:1713–1714  ·  view source on GitHub ↗
(mapper, cls)

Source from the content-addressed store, hash-verified

1711 canary = []
1712
1713 def instrument_class(mapper, cls):
1714 canary.append(cls)
1715
1716 event.listen(Mapper, "instrument_class", instrument_class)
1717

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected