Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
66
def
_check_timeout(t):
67
return
time.monotonic() > t
68
69
#
70
#
Callers
1
PipeClient
Function · 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…