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

Class SpawnContext

Lib/multiprocessing/context.py:315–317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313 Process = ForkProcess
314
315 class SpawnContext(BaseContext):
316 _name = 'spawn'
317 Process = SpawnProcess
318
319 class ForkServerContext(BaseContext):
320 _name = 'forkserver'

Callers 1

context.pyFile · 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…