MCPcopy Index your code
hub / github.com/mongodb/mongo-python-driver / get_timeout

Function get_timeout

pymongo/_csot.py:41–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40
41def get_timeout() -> Optional[float]:
42 return TIMEOUT.get(None)
43
44
45def get_rtt() -> float:

Callers 3

remainingFunction · 0.85
csot_wrapperFunction · 0.85
apply_write_concernFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected