Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _Popen
Method
_Popen
Lib/multiprocessing/process.py:77–78 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
75
The
class
is analogous to `threading.Thread`
76
''
&
#x27;
77
def
_Popen(self):
78
raise
NotImplementedError
79
80
def
__init__(self, group=None, target=None, name=None, args=(), kwargs=None,
81
*, daemon=None):
Callers
1
start
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected