MCPcopy
hub / github.com/urllib3/urllib3 / EmptyPoolError

Class EmptyPoolError

src/urllib3/exceptions.py:180–181  ·  view source on GitHub ↗

Raised when a pool runs out of connections and no more are allowed.

Source from the content-addressed store, hash-verified

178
179
180class EmptyPoolError(PoolError):
181 """Raised when a pool runs out of connections and no more are allowed."""
182
183
184class FullPoolError(PoolError):

Callers 3

test_exception_strMethod · 0.90
_get_connMethod · 0.85

Calls

no outgoing calls

Tested by 2

test_exception_strMethod · 0.72