MCPcopy
hub / github.com/urllib3/urllib3 / ReadTimeoutError

Class ReadTimeoutError

src/urllib3/exceptions.py:132–133  ·  view source on GitHub ↗

Raised when a socket timeout occurs while receiving data from a server

Source from the content-addressed store, hash-verified

130
131
132class ReadTimeoutError(TimeoutError, RequestError):
133 """Raised when a socket timeout occurs while receiving data from a server"""
134
135
136# This timeout error does not have a URL attached and needs to inherit from the

Callers 9

test_retry_total_noneMethod · 0.90
test_retry_read_zeroMethod · 0.90
test_error_messageMethod · 0.90
test_historyMethod · 0.90
_error_catcherMethod · 0.85
_raise_timeoutMethod · 0.85
_make_requestMethod · 0.85

Calls

no outgoing calls

Tested by 6

test_retry_total_noneMethod · 0.72
test_retry_read_zeroMethod · 0.72
test_error_messageMethod · 0.72
test_historyMethod · 0.72