Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ after_configured
Method
after_configured
test/orm/test_events.py:4493–4494 ·
view source on GitHub ↗
(registry_inst)
Source
from the content-addressed store, hash-verified
4491
4492
@event.listens_for(reg,
"after_configured"
)
4493
def
after_configured(registry_inst):
4494
mock.after_configured(registry_inst)
4495
4496
else
:
4497
Callers
2
test_mapper_config_sequence
Method · 0.45
test_before_after_configured_events
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected