Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mongodb/mongo-python-driver
/ reset_all
Function
reset_all
pymongo/_csot.py:35–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
34
35
def
reset_all() -> None:
36
TIMEOUT.set(None)
37
RTT.set(0.0)
38
DEADLINE.set(float(
"inf"
))
39
40
41
def
get_timeout() -> Optional[float]:
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected