Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
63
def
_check_timeout(t):
64
return
time.monotonic() > t
65
66
#
67
#
Callers
1
PipeClient
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected