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

Method __init__

Lib/multiprocessing/popen_fork.py:16–20  ·  view source on GitHub ↗
(self, process_obj)

Source from the content-addressed store, hash-verified

14 method = 'fork'
15
16 def __init__(self, process_obj):
17 util._flush_std_streams()
18 self.returncode = None
19 self.finalizer = None
20 self._launch(process_obj)
21
22 def duplicate_for_child(self, fd):
23 return fd

Callers

nothing calls this directly

Calls 1

_launchMethod · 0.95

Tested by

no test coverage detected