Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Callers
7
test_fixture
Method · 0.45
test_property_wrapped_classlevel
Method · 0.45
test_property_subclass_wrapped_classlevel
Method · 0.45
test_comparator
Method · 0.45
test_aliased_comparator
Method · 0.45
test_instrument_class_precedes_class_instrumentation
Method · 0.45
test_mapper_config_sequence
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected