Searched refs:execlpe (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Lib/ |
D | os.py | 331 def execlpe(file, *args): function
|
/external/python/cpython2/Doc/library/ |
D | os.rst | 1709 execlpe(file, arg0, arg1, ..., env) 1736 :func:`execlpe`, :func:`execvp`, and :func:`execvpe`) will use the 1745 For :func:`execle`, :func:`execlpe`, :func:`execve`, and :func:`execvpe` (note
|