Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ checkin
Method
checkin
test/engine/test_pool.py:488–489 ·
view source on GitHub ↗
(*arg, **kw)
Source
from the content-addressed store, hash-verified
486
487
@event.listens_for(p,
"checkin"
)
488
def
checkin(*arg, **kw):
489
canary.append(
"checkin"
)
490
491
@event.listens_for(p,
"close_detached"
)
492
def
close_detached(*arg, **kw):
Callers
nothing calls this directly
Calls
1
append
Method · 0.45
Tested by
no test coverage detected