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

Class ForkServerContext

Lib/multiprocessing/context.py:319–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317 Process = SpawnProcess
318
319 class ForkServerContext(BaseContext):
320 _name = 'forkserver'
321 Process = ForkServerProcess
322 def _check_available(self):
323 if not reduction.HAVE_SEND_HANDLE:
324 raise ValueError('forkserver start method not available')
325
326 _concrete_contexts = {
327 'fork': ForkContext(),

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…