Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
main
Function · 0.45
mp_preload_flush.py
File · 0.45
test_only_run_in_spawn_testsuite
Method · 0.45
test_only_run_in_forkserver_testsuite
Method · 0.45
test_spawn_dont_set_context
Method · 0.45
test_freeze_support_dont_set_context
Method · 0.45
test_set_get
Method · 0.45
setUpModule
Function · 0.45
tearDownModule
Function · 0.45
mp_fork_bomb.py
File · 0.45
Calls
no outgoing calls
Tested by
8
main
Function · 0.36
test_only_run_in_spawn_testsuite
Method · 0.36
test_only_run_in_forkserver_testsuite
Method · 0.36
test_spawn_dont_set_context
Method · 0.36
test_freeze_support_dont_set_context
Method · 0.36
test_set_get
Method · 0.36
setUpModule
Function · 0.36
tearDownModule
Function · 0.36