Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
append
Method · 0.45
Tested by
no test coverage detected