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

Function set_spawning_popen

Lib/multiprocessing/context.py:378–379  ·  view source on GitHub ↗
(popen)

Source from the content-addressed store, hash-verified

376 return getattr(_tls, 'spawning_popen', None)
377
378def set_spawning_popen(popen):
379 _tls.spawning_popen = popen
380
381def assert_spawning(obj):
382 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…