MCPcopy Index your code
hub / github.com/python/cpython / _init_timeout

Function _init_timeout

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

Source from the content-addressed store, hash-verified

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

Callers 1

PipeClientFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…