MCPcopy
hub / github.com/urllib3/urllib3 / TimeoutStateError

Class TimeoutStateError

src/urllib3/exceptions.py:120–121  ·  view source on GitHub ↗

Raised when passing an invalid state to a timeout

Source from the content-addressed store, hash-verified

118
119
120class TimeoutStateError(HTTPError):
121 """Raised when passing an invalid state to a timeout"""
122
123
124class TimeoutError(HTTPError):

Callers 2

start_connectMethod · 0.85
get_connect_durationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected