MCPcopy 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
369def set_spawning_popen(popen):
370 _tls.spawning_popen = popen
371
372def assert_spawning(obj):
373 if get_spawning_popen() is None:

Callers 3

_launchMethod · 0.85
__init__Method · 0.85
_launchMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected