MCPcopy Index your code
hub / github.com/RustPython/RustPython / set_start_method

Method set_start_method

Lib/multiprocessing/context.py:200–201  ·  view source on GitHub ↗
(self, method, force=False)

Source from the content-addressed store, hash-verified

198 return self._name
199
200 def set_start_method(self, method, force=False):
201 raise ValueError('cannot set start method of concrete context')
202
203 @property
204 def reducer(self):

Callers 7

mainFunction · 0.45
test_set_getMethod · 0.45
setUpModuleFunction · 0.45
tearDownModuleFunction · 0.45
mp_fork_bomb.pyFile · 0.45

Calls

no outgoing calls

Tested by 5

mainFunction · 0.36
test_set_getMethod · 0.36
setUpModuleFunction · 0.36
tearDownModuleFunction · 0.36