Home
last modified time | relevance | path

Searched refs:startupinfo (Results 1 – 6 of 6) sorted by relevance

/third_party/gn/misc/vim/
Dgn-format.py35 startupinfo = None
37 startupinfo = subprocess.STARTUPINFO()
38 startupinfo.dwFlags |= subprocess.STARTF_USESHOWWINDOW
39 startupinfo.wShowWindow = subprocess.SW_HIDE
44 stdin=subprocess.PIPE, startupinfo=startupinfo,
/third_party/python/Lib/
Dsubprocess.py757 startupinfo=None, creationflags=0, argument
791 if startupinfo is not None:
968 startupinfo, creationflags, shell,
1351 startupinfo, creationflags, shell, argument
1381 if startupinfo is None:
1382 startupinfo = STARTUPINFO()
1386 startupinfo = startupinfo.copy()
1390 startupinfo.dwFlags |= _winapi.STARTF_USESTDHANDLES
1391 startupinfo.hStdInput = p2cread
1392 startupinfo.hStdOutput = c2pwrite
[all …]
/third_party/python/Lib/test/
Dtest_subprocess.py2209 startupinfo=47)
3269 startupinfo = subprocess.STARTUPINFO()
3270 startupinfo.dwFlags = STARTF_USESHOWWINDOW
3271 startupinfo.wShowWindow = SW_MAXIMIZE
3276 startupinfo=startupinfo)
3284 startupinfo = subprocess.STARTUPINFO(
3292 startupinfo=startupinfo)
3296 startupinfo = subprocess.STARTUPINFO()
3297 startupinfo.dwFlags = subprocess.STARTF_USESHOWWINDOW
3298 startupinfo.wShowWindow = subprocess.SW_HIDE
[all …]
/third_party/python/Doc/library/
Dsubprocess.rst341 startupinfo=None, creationflags=0, restore_signals=True, \
630 If given, *startupinfo* will be a :class:`STARTUPINFO` object, which is
/third_party/python/Doc/whatsnew/
D2.4.rst402 startupinfo=None, creationflags=0):
/third_party/python/Misc/NEWS.d/
D3.8.0a1.rst3950 ``subprocess.Popen`` now copies the *startupinfo* argument to leave it