Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
main
Function · 0.45
mp_preload_flush.py
File · 0.45
test_only_run_in_spawn_testsuite
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
5
main
Function · 0.36
test_only_run_in_spawn_testsuite
Method · 0.36
test_set_get
Method · 0.36
setUpModule
Function · 0.36
tearDownModule
Function · 0.36