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

Method join

pymongo/asynchronous/monitor.py:196–199  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

194 self.cancel_check()
195
196 async def join(self) -> None:
197 await asyncio.gather(
198 self._executor.join(), self._rtt_monitor.join(), return_exceptions=True
199 ) # type: ignore[func-returns-value]
200
201 async def close(self) -> None:
202 self.gc_safe_close()

Callers 10

joinMethod · 0.45
closeMethod · 0.45
_error_messageMethod · 0.45
cleanup_monitorsMethod · 0.45
_authenticate_scramFunction · 0.45
_authenticate_gssapiFunction · 0.45
get_optionsMethod · 0.45
__init__Method · 0.45
_repr_helperMethod · 0.45
closeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected