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

Method wake

pymongo/periodic_executor.py:216–218  ·  view source on GitHub ↗

Execute the target function soon.

(self)

Source from the content-addressed store, hash-verified

214 pass
215
216 def wake(self) -> None:
217 """Execute the target function soon."""
218 self._event = True
219
220 def update_interval(self, new_interval: int) -> None:
221 self._interval = new_interval

Callers 2

request_checkMethod · 0.45
request_checkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected