MCPcopy
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_infoMethod · 0.45
test_rec_infoMethod · 0.45
test_detachMethod · 0.45
test_detach_closeMethod · 0.45
test_detachMethod · 0.45
test_customMethod · 0.45
test_detach_closedMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected