MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / checkout

Method checkout

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected