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

Function _check_timeout

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

Source from the content-addressed store, hash-verified

64 return time.monotonic() + timeout
65
66def _check_timeout(t):
67 return time.monotonic() > t
68
69#
70#

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…