MCPcopy Create free account
hub / github.com/mongodb/mongo-python-driver / request_check

Method request_check

pymongo/asynchronous/server.py:120–122  ·  view source on GitHub ↗

Check the server's state soon.

(self)

Source from the content-addressed store, hash-verified

118 await self._pool.close()
119
120 def request_check(self) -> None:
121 """Check the server's state soon."""
122 self._monitor.request_check()
123
124 async def operation_to_command(
125 self, operation: Union[_Query, _GetMore], conn: AsyncConnection, apply_timeout: bool = False

Callers 2

_handle_errorMethod · 0.45
_request_check_allMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected