Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ detach
Method
detach
test/engine/test_pool.py:496–497 ·
view source on GitHub ↗
(*arg, **kw)
Source
from the content-addressed store, hash-verified
494
495
@event.listens_for(p,
"detach"
)
496
def
detach(*arg, **kw):
497
canary.append(
"detach"
)
498
499
return
p, canary
500
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