Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ detach
Method
detach
test/engine/test_pool.py:494–495 ·
view source on GitHub ↗
(*arg, **kw)
Source
from the content-addressed store, hash-verified
492
493
@event.listens_for(p,
"detach"
)
494
def
detach(*arg, **kw):
495
canary.append(
"detach"
)
496
497
return
p, canary
498
Callers
14
test_info
Method · 0.45
test_rec_info
Method · 0.45
test_detach
Method · 0.45
test_detach_close
Method · 0.45
test_detach
Method · 0.45
test_custom
Method · 0.45
test_detach_invalidated
Method · 0.45
test_detach_closed
Method · 0.45
test_provided_id_round_trip
Method · 0.45
test_default_pg_dialect
Method · 0.45
test_cross_schema_reflection_four
Method · 0.45
test_cross_schema_reflection_six
Method · 0.45
Calls
1
append
Method · 0.45
Tested by
no test coverage detected