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

Method join

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

Source from the content-addressed store, hash-verified

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

Callers 15

__repr__Method · 0.45
__repr__Method · 0.45
_xorFunction · 0.45
_gen_index_nameFunction · 0.45
_parse_ssl_optionsFunction · 0.45
pool_options.pyFile · 0.45
raise_config_errorFunction · 0.45
__str__Method · 0.45
saslprepFunction · 0.45
__repr__Method · 0.45
_op_msg_no_headerFunction · 0.45
_query_implFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected