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

Function _cond_wait

pymongo/lock.py:91–92  ·  view source on GitHub ↗
(condition: threading.Condition, timeout: Optional[float])

Source from the content-addressed store, hash-verified

89
90
91def _cond_wait(condition: threading.Condition, timeout: Optional[float]) -> bool:
92 return condition.wait(timeout)

Callers 4

runMethod · 0.90
_select_servers_loopMethod · 0.90
request_check_allMethod · 0.90
_get_connMethod · 0.90

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected