MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / checkin

Method checkin

test/engine/test_pool.py:486–487  ·  view source on GitHub ↗
(*arg, **kw)

Source from the content-addressed store, hash-verified

484
485 @event.listens_for(p, "checkin")
486 def checkin(*arg, **kw):
487 canary.append("checkin")
488
489 @event.listens_for(p, "close_detached")
490 def close_detached(*arg, **kw):

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected