Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
91
def
_cond_wait(condition: threading.Condition, timeout: Optional[float]) -> bool:
92
return
condition.wait(timeout)
Callers
4
run
Method · 0.90
_select_servers_loop
Method · 0.90
request_check_all
Method · 0.90
_get_conn
Method · 0.90
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected