MCPcopy
hub / github.com/psycopg/psycopg / PoolClosed

Class PoolClosed

psycopg_pool/psycopg_pool/errors.py:10–13  ·  view source on GitHub ↗

Attempt to get a connection from a closed pool.

Source from the content-addressed store, hash-verified

8
9
10class PoolClosed(e.OperationalError):
11 """Attempt to get a connection from a closed pool."""
12
13 __module__ = "psycopg_pool"
14
15
16class PoolTimeout(e.OperationalError):

Callers 4

_check_openMethod · 0.85
_check_open_getconnMethod · 0.85
closeMethod · 0.85
closeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected