MCPcopy Index your code
hub / github.com/RustPython/RustPython / _check_timeout

Function _check_timeout

Lib/multiprocessing/connection.py:63–64  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

61 return time.monotonic() + timeout
62
63def _check_timeout(t):
64 return time.monotonic() > t
65
66#
67#

Callers 1

PipeClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected