MCPcopy
hub / github.com/urllib3/urllib3 / FullPoolError

Class FullPoolError

src/urllib3/exceptions.py:184–185  ·  view source on GitHub ↗

Raised when we try to add a connection to a full pool in blocking mode.

Source from the content-addressed store, hash-verified

182
183
184class FullPoolError(PoolError):
185 """Raised when we try to add a connection to a full pool in blocking mode."""
186
187
188class ClosedPoolError(PoolError):

Callers 1

_put_connMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected