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

Method get_start_method

Lib/multiprocessing/context.py:206–207  ·  view source on GitHub ↗
(self, allow_none=False)

Source from the content-addressed store, hash-verified

204 return ctx
205
206 def get_start_method(self, allow_none=False):
207 return self._name
208
209 def set_start_method(self, method, force=False):
210 raise ValueError('cannot set start method of concrete context')

Callers 15

freeze_supportMethod · 0.95
compile_dirFunction · 0.45
spawn_check_wrapperFunction · 0.45
forkserver_check_wrapperFunction · 0.45
test_many_processesMethod · 0.45
test_flagsMethod · 0.45

Calls

no outgoing calls