Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ set_spawning_popen
Function
set_spawning_popen
Lib/multiprocessing/context.py:369–370 ·
view source on GitHub ↗
(popen)
Source
from the content-addressed store, hash-verified
367
return
getattr(_tls,
'spawning_popen'
, None)
368
369
def
set_spawning_popen(popen):
370
_tls.spawning_popen = popen
371
372
def
assert_spawning(obj):
373
if
get_spawning_popen() is None:
Callers
3
_launch
Method · 0.85
__init__
Method · 0.85
_launch
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected