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

Method Process

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

Source from the content-addressed store, hash-verified

178
179 @staticmethod
180 def Process(ctx, *args, **kwds):
181 return ctx.Process(*args, **kwds)
182
183 def __init__(self, processes=None, initializer=None, initargs=(),
184 maxtasksperchild=None, context=None):

Callers 15

mp_preload_main.pyFile · 0.45
mp_preload.pyFile · 0.45
test_funcFunction · 0.45
mainFunction · 0.45
testShareMethod · 0.45
test_lockf_exclusiveMethod · 0.45
test_lockf_shareMethod · 0.45
test_set_executableMethod · 0.45
test_args_argumentMethod · 0.45

Calls

no outgoing calls

Tested by 15

test_funcFunction · 0.36
mainFunction · 0.36
testShareMethod · 0.36
test_lockf_exclusiveMethod · 0.36
test_lockf_shareMethod · 0.36
test_set_executableMethod · 0.36
test_args_argumentMethod · 0.36
test_daemon_argumentMethod · 0.36
test_parent_processMethod · 0.36
test_processMethod · 0.36