MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _do_get

Method _do_get

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

Source from the content-addressed store, hash-verified

298 record.close()
299
300 def _do_get(self) -> ConnectionPoolEntry:
301 return self._create_connection()
302
303 def recreate(self) -> NullPool:
304 self.logger.info("Pool recreating")

Callers

nothing calls this directly

Calls 1

_create_connectionMethod · 0.45

Tested by

no test coverage detected