MCPcopy 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 '''

Callers 9

startMethod · 0.95
interruptMethod · 0.95
terminateMethod · 0.95
killMethod · 0.95
joinMethod · 0.95
is_aliveMethod · 0.95
exitcodeMethod · 0.95
identMethod · 0.95
sentinelMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected