MCPcopy
hub / github.com/psycopg/psycopg / _run

Method _run

psycopg_pool/psycopg_pool/pool.py:985–986  ·  view source on GitHub ↗
(self, pool: ConnectionPool[Any])

Source from the content-addressed store, hash-verified

983 self.growing = growing
984
985 def _run(self, pool: ConnectionPool[Any]) -> None:
986 pool._add_connection(self.attempt, growing=self.growing)
987
988
989class ReturnConnection(MaintenanceTask):

Callers

nothing calls this directly

Calls 1

_add_connectionMethod · 0.45

Tested by

no test coverage detected