Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ checkedin
Method
checkedin
lib/sqlalchemy/pool/impl.py:248–249 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
246
return
self._timeout
247
248
def
checkedin(self) -> int:
249
return
self._pool.qsize()
250
251
def
overflow(self) -> int:
252
return
self._overflow
if
self._pool.maxsize
else
0
Callers
5
status
Method · 0.95
status
Method · 0.80
test_pre_ping_db_stays_shutdown
Method · 0.80
test_dispose
Method · 0.80
test_dispose_no_close
Method · 0.80
Calls
1
qsize
Method · 0.45
Tested by
4
status
Method · 0.64
test_pre_ping_db_stays_shutdown
Method · 0.64
test_dispose
Method · 0.64
test_dispose_no_close
Method · 0.64