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

Method __init__

Lib/multiprocessing/pool.py:929–930  ·  view source on GitHub ↗
(self, processes=None, initializer=None, initargs=())

Source from the content-addressed store, hash-verified

927 return Process(*args, **kwds)
928
929 def __init__(self, processes=None, initializer=None, initargs=()):
930 Pool.__init__(self, processes, initializer, initargs)
931
932 def _setup_queues(self):
933 self._inqueue = queue.SimpleQueue()

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected