MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _checkout_existing

Method _checkout_existing

lib/sqlalchemy/pool/base.py:1388–1389  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1386 raise exc.InvalidRequestError("This connection is closed")
1387
1388 def _checkout_existing(self) -> _ConnectionFairy:
1389 return _ConnectionFairy._checkout(self._pool, fairy=self)
1390
1391 def _checkin(self, transaction_was_reset: bool = False) -> None:
1392 _finalize_fairy(

Callers 1

connectMethod · 0.80

Calls 1

_checkoutMethod · 0.80

Tested by

no test coverage detected