MCPcopy
hub / github.com/encode/httpx / timeout

Method timeout

httpx/_client.py:254–255  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

252
253 @property
254 def timeout(self) -> Timeout:
255 return self._timeout
256
257 @timeout.setter
258 def timeout(self, timeout: TimeoutTypes) -> None:

Callers

nothing calls this directly

Calls 1

TimeoutClass · 0.85

Tested by

no test coverage detected