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

Method Process

Lib/multiprocessing/pool.py:925–927  ·  view source on GitHub ↗
(ctx, *args, **kwds)

Source from the content-addressed store, hash-verified

923
924 @staticmethod
925 def Process(ctx, *args, **kwds):
926 from .dummy import Process
927 return Process(*args, **kwds)
928
929 def __init__(self, processes=None, initializer=None, initargs=()):
930 Pool.__init__(self, processes, initializer, initargs)

Callers

nothing calls this directly

Calls 1

ProcessClass · 0.70

Tested by

no test coverage detected