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

Class TimeoutError

Lib/multiprocessing/context.py:20–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 pass
19
20class TimeoutError(ProcessError):
21 pass
22
23class AuthenticationError(ProcessError):
24 pass

Callers 9

_sendfile_zerocopyMethod · 0.85
_insert_timeout_errorMethod · 0.85
create_connectionMethod · 0.85
connectMethod · 0.85
run_untilFunction · 0.85
read_file_with_timeoutFunction · 0.85
as_completedFunction · 0.85
resultMethod · 0.85
exceptionMethod · 0.85

Calls

no outgoing calls

Tested by 2

connectMethod · 0.68
read_file_with_timeoutFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…