MCPcopy
hub / github.com/urllib3/urllib3 / settimeout

Method settimeout

src/urllib3/util/ssltransport.py:200–201  ·  view source on GitHub ↗
(self, value: float | None)

Source from the content-addressed store, hash-verified

198 return self.sslobj.compression()
199
200 def settimeout(self, value: float | None) -> None:
201 self.socket.settimeout(value)
202
203 def gettimeout(self) -> float | None:
204 return self.socket.gettimeout()

Callers 12

socket_handlerMethod · 0.45
is_closed_socketMethod · 0.45
socket_handlerMethod · 0.45
socket_handlerMethod · 0.45
socket_handlerMethod · 0.45
requestMethod · 0.45
getresponseMethod · 0.45
requestMethod · 0.45
create_connectionFunction · 0.45
consume_socketFunction · 0.45
socket_handlerMethod · 0.45

Calls

no outgoing calls

Tested by 8

socket_handlerMethod · 0.36
is_closed_socketMethod · 0.36
socket_handlerMethod · 0.36
socket_handlerMethod · 0.36
socket_handlerMethod · 0.36
consume_socketFunction · 0.36
socket_handlerMethod · 0.36