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

Method open

pymongo/asynchronous/monitor.py:101–106  ·  view source on GitHub ↗

Start monitoring, or restart after a fork. Multiple calls have no effect.

(self)

Source from the content-addressed store, hash-verified

99 _register(self)
100
101 def open(self) -> None:
102 """Start monitoring, or restart after a fork.
103
104 Multiple calls have no effect.
105 """
106 self._executor.open()
107
108 def gc_safe_close(self) -> None:
109 """GC safe close."""

Callers 1

_start_rtt_monitorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected