Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ overflow
Method
overflow
lib/sqlalchemy/pool/impl.py:251–252 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
249
return
self._pool.qsize()
250
251
def
overflow(self) -> int:
252
return
self._overflow
if
self._pool.maxsize
else
0
253
254
def
checkedout(self) -> int:
255
return
self._pool.maxsize - self._pool.qsize() + self._overflow
Callers
5
_do_get
Method · 0.95
status
Method · 0.95
status
Method · 0.80
whammy
Method · 0.80
test_unlimited
Method · 0.80
Calls
no outgoing calls
Tested by
3
status
Method · 0.64
whammy
Method · 0.64
test_unlimited
Method · 0.64