Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mongodb/mongo-python-driver
/ set_rtt
Function
set_rtt
pymongo/_csot.py:53–54 ·
view source on GitHub ↗
(rtt: float)
Source
from the content-addressed store, hash-verified
51
52
53
def
set_rtt(rtt: float) -> None:
54
RTT.set(rtt)
55
56
57
def
remaining() -> Optional[float]:
Callers
nothing calls this directly
Calls
1
set
Method · 0.45
Tested by
no test coverage detected