MCPcopy 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
35def reset_all() -> None:
36 TIMEOUT.set(None)
37 RTT.set(0.0)
38 DEADLINE.set(float("inf"))
39
40
41def get_timeout() -> Optional[float]:

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected