MCPcopy
hub / github.com/psf/requests / ConnectTimeout

Class ConnectTimeout

src/requests/exceptions.py:91–95  ·  view source on GitHub ↗

The request timed out while trying to connect to the remote server. Requests that produced this error are safe to retry.

Source from the content-addressed store, hash-verified

89
90
91class ConnectTimeout(ConnectionError, Timeout):
92 """The request timed out while trying to connect to the remote server.
93
94 Requests that produced this error are safe to retry.
95 """
96
97
98class ReadTimeout(Timeout):

Callers 1

sendMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected