HomeSort by relevance Sort by last modified time
    Searched defs:STARTUPINFO (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/
subprocess.py 63 class STARTUPINFO:
327 startupinfo and creationflags (Windows only)
338 startupinfo=None, creationflags=0):
355 if startupinfo is not None:
356 raise ValueError("startupinfo is only supported on Windows "
391 startupinfo, creationflags, shell, to_close,
592 startupinfo, creationflags, shell, to_close,
602 if startupinfo is None:
603 startupinfo = STARTUPINFO()
    [all...]
  /external/python/cpython3/Lib/
subprocess.py 129 class STARTUPINFO:
144 return STARTUPINFO(dwFlags=self.dwFlags,
192 "STARTUPINFO",
640 startupinfo and creationflags (Windows only)
660 startupinfo=None, creationflags=0,
688 if startupinfo is not None:
689 raise ValueError("startupinfo is only supported on Windows "
771 startupinfo, creationflags, shell,
    [all...]

Completed in 55 milliseconds