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

Method set_start_method

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

Source from the content-addressed store, hash-verified

207 return self._name
208
209 def set_start_method(self, method, force=False):
210 raise ValueError('cannot set start method of concrete context')
211
212 @property
213 def reducer(self):

Callers 10

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 8

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