MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / settimeout

Method settimeout

pymongo/network_layer.py:499–500  ·  view source on GitHub ↗
(self, timeout: float | None)

Source from the content-addressed store, hash-verified

497 self._done_messages: collections.deque[Future[Any]] = collections.deque()
498
499 def settimeout(self, timeout: float | None) -> None:
500 self._timeout = timeout
501
502 @property
503 def gettimeout(self) -> float | None:

Callers 13

async_socket_sendallFunction · 0.45
settimeoutMethod · 0.45
settimeoutMethod · 0.45
_async_create_connectionFunction · 0.45
_async_configured_socketFunction · 0.45
_create_connectionFunction · 0.45
_configured_socketFunction · 0.45
kms_requestMethod · 0.45
set_conn_timeoutMethod · 0.45
kms_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected