Home
last modified time | relevance | path

Searched refs:spawnlpe (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/
Dos.py640 def spawnlpe(mode, file, *args): function
/external/python/cpython3/Lib/
Dos.py961 def spawnlpe(mode, file, *args): function
/external/python/cpython2/Doc/library/
Dos.rst2025 spawnlpe(mode, file, ..., env)
2054 :func:`spawnlpe`, :func:`spawnvp`, and :func:`spawnvpe`) will use the
2063 For :func:`spawnle`, :func:`spawnlpe`, :func:`spawnve`, and :func:`spawnvpe`
2081 Availability: Unix, Windows. :func:`spawnlp`, :func:`spawnlpe`, :func:`spawnvp`
Dsubprocess.rst794 os.spawnlpe(os.P_NOWAIT, "/bin/mycmd", "mycmd", "myarg", env)
/external/python/cpython3/Doc/library/
Dos.rst3424 spawnlpe(mode, file, ..., env)
3453 :func:`spawnlpe`, :func:`spawnvp`, and :func:`spawnvpe`) will use the
3462 For :func:`spawnle`, :func:`spawnlpe`, :func:`spawnve`, and :func:`spawnvpe`
3480 .. availability:: Unix, Windows. :func:`spawnlp`, :func:`spawnlpe`, :func:`spawnvp`
Dsubprocess.rst1217 os.spawnlpe(os.P_NOWAIT, "/bin/mycmd", "mycmd", "myarg", env)
/external/python/cpython3/Lib/test/
Dtest_os.py2481 exitcode = os.spawnlpe(os.P_WAIT, args[0], *args, self.env)