Home
last modified time | relevance | path

Searched refs:_python_exe (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dspawn.py37 _python_exe = os.path.join(sys.exec_prefix, 'python.exe') variable
39 _python_exe = sys.executable variable
42 global _python_exe
43 _python_exe = exe
46 return _python_exe
89 return [_python_exe] + opts + ['-c', prog, '--multiprocessing-fork']
/external/python/cpython2/Lib/multiprocessing/
Dforking.py218 _python_exe = os.path.join(sys.exec_prefix, 'python.exe') variable
220 _python_exe = sys.executable variable
223 global _python_exe
224 _python_exe = exe
261 _python_exe, cmd, None, None, 1, 0, None, None, None
365 return [_python_exe] + opts + ['-c', prog, '--multiprocessing-fork']