Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/sqlalchemy/sqlalchemy
/ instrument_class
Method
instrument_class
test/orm/test_events.py:1977–1978 ·
view source on GitHub ↗
(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,
"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