MCPcopy
hub / github.com/urllib3/urllib3 / gettimeout

Method gettimeout

src/urllib3/util/ssltransport.py:203–204  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

201 self.socket.settimeout(value)
202
203 def gettimeout(self) -> float | None:
204 return self.socket.gettimeout()
205
206 def _decref_socketios(self) -> None:
207 self.socket._decref_socketios() # type: ignore[attr-defined]

Callers 5

recvMethod · 0.80
recv_intoMethod · 0.80
_send_until_doneMethod · 0.80
wrap_socketMethod · 0.80

Calls

no outgoing calls

Tested by 1