Searched defs:spawnlp (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
H A Dos.py629 # so it won't have spawnlp[e] either.
630 def spawnlp(mode, file, *args): function
631 """spawnlp(mode, file, *args) -> integer
652 __all__.extend(["spawnvp", "spawnvpe", "spawnlp", "spawnlpe",])
/external/python/cpython3/Lib/
H A Dos.py939 # so it won't have spawnlp[e] either.
940 def spawnlp(mode, file, *args): function
941 """spawnlp(mode, file, *args) -> integer
962 __all__.extend(["spawnlp", "spawnlpe"])

Completed in 162 milliseconds