Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _check_closed
Method
_check_closed
Lib/multiprocessing/process.py:99–101 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
97
_dangling.add(self)
98
99
def
_check_closed(self):
100
if
self._closed:
101
raise
ValueError(
"process object is closed"
)
102
103
def
run(self):
104
''
&
#x27;
Callers
9
start
Method · 0.95
interrupt
Method · 0.95
terminate
Method · 0.95
kill
Method · 0.95
join
Method · 0.95
is_alive
Method · 0.95
exitcode
Method · 0.95
ident
Method · 0.95
sentinel
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected