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

Function get_spawning_popen

Lib/multiprocessing/context.py:375–376  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

373_tls = threading.local()
374
375def get_spawning_popen():
376 return getattr(_tls, 'spawning_popen', None)
377
378def set_spawning_popen(popen):
379 _tls.spawning_popen = popen

Callers 4

assert_spawningFunction · 0.85
duplicate_for_childMethod · 0.85
__reduce__Method · 0.85
__reduce__Method · 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…