Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
60
def
_init_timeout(timeout=CONNECTION_TIMEOUT):
61
return
time.monotonic() + timeout
62
63
def
_check_timeout(t):
64
return
time.monotonic() > t
Callers
1
PipeClient
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected