Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ exitcode
Method
exitcode
Lib/multiprocessing/dummy/__init__.py:54–58 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
52
53
@property
54
def
exitcode(self):
55
if
self._start_called and not self.is_alive():
56
return
0
57
else
:
58
return
None
59
60
#
61
#
Callers
nothing calls this directly
Calls
1
is_alive
Method · 0.45
Tested by
no test coverage detected