Searched refs:_Popen (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/multiprocessing/ | ||
D | context.py | 223 def _Popen(process_obj): member in Process |
D | process.py | 77 def _Popen(self): member in BaseProcess |
/external/python/setuptools/setuptools/tests/ | ||
D | environment.py | 5 from subprocess import Popen as _Popen, PIPE as _PIPE unknown |
/external/python/cpython2/Lib/multiprocessing/ | ||
D | process.py | 92 _Popen = None variable in Process |