MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / size

Method size

lib/sqlalchemy/pool/impl.py:242–243  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

240 )
241
242 def size(self) -> int:
243 return self._pool.maxsize
244
245 def timeout(self) -> float:
246 return self._timeout

Callers 5

_do_getMethod · 0.95
disposeMethod · 0.95
statusMethod · 0.95
statusMethod · 0.80
test_recreateMethod · 0.80

Calls

no outgoing calls

Tested by 2

statusMethod · 0.64
test_recreateMethod · 0.64