Searched refs:_Popen (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/multiprocessing/ | ||
D | context.py | 222 def _Popen(process_obj): member in Process |
D | process.py | 68 def _Popen(self): member in BaseProcess |
/external/python/cpython2/Lib/multiprocessing/ | ||
D | process.py | 92 _Popen = None variable in Process |