MCPcopy
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

statusMethod · 0.95
statusMethod · 0.80
test_disposeMethod · 0.80
test_dispose_no_closeMethod · 0.80

Calls 1

qsizeMethod · 0.45

Tested by 4

statusMethod · 0.64
test_disposeMethod · 0.64
test_dispose_no_closeMethod · 0.64