MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / checkout

Method checkout

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

Source from the content-addressed store, hash-verified

465 canary = []
466
467 def checkout(*arg, **kw):
468 canary.append("checkout")
469
470 event.listen(p, "checkout", checkout)
471

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected