MCPcopy
hub / github.com/urllib3/urllib3 / ClosedPoolError

Class ClosedPoolError

src/urllib3/exceptions.py:188–189  ·  view source on GitHub ↗

Raised when a request enters a pool after the pool has been closed.

Source from the content-addressed store, hash-verified

186
187
188class ClosedPoolError(PoolError):
189 """Raised when a request enters a pool after the pool has been closed."""
190
191
192class LocationValueError(ValueError, HTTPError):

Callers 1

_get_connMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected