MCPcopy 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
53def set_rtt(rtt: float) -> None:
54 RTT.set(rtt)
55
56
57def remaining() -> Optional[float]:

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected