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

Function _init_timeout

Lib/multiprocessing/connection.py:60–61  ·  view source on GitHub ↗
(timeout=CONNECTION_TIMEOUT)

Source from the content-addressed store, hash-verified

58
59
60def _init_timeout(timeout=CONNECTION_TIMEOUT):
61 return time.monotonic() + timeout
62
63def _check_timeout(t):
64 return time.monotonic() > t

Callers 1

PipeClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected