Searched refs:creationflags (Results 1 – 15 of 15) sorted by relevance
77 creationflags = 0x00000008 # detached process79 creationflags = 0 # DETACHED_PROCESS doesn't seem to work with python383 creationflags=creationflags,
338 startupinfo=None, creationflags=0): argument358 if creationflags != 0:391 startupinfo, creationflags, shell, to_close,592 startupinfo, creationflags, shell, to_close, argument629 creationflags |= _subprocess.CREATE_NEW_CONSOLE641 creationflags,902 startupinfo, creationflags, shell, to_close, argument
35 creationflags=subprocess.CREATE_NEW_CONSOLE)
77 creationflags=0x00000008, # detached process
756 startupinfo=None, creationflags=0, argument788 if creationflags != 0:949 startupinfo, creationflags, shell,1332 startupinfo, creationflags, shell, argument1420 creationflags,1661 startupinfo, creationflags, shell, argument
341 startupinfo=None, creationflags=0, restore_signals=True, \613 *creationflags*, if given, can be one or more of the following flags:789 CTRL_BREAK_EVENT can be sent to processes started with a *creationflags*996 A :class:`Popen` ``creationflags`` parameter to specify that a new process1004 A :class:`Popen` ``creationflags`` parameter to specify that a new process1011 A :class:`Popen` ``creationflags`` parameter to specify that a new process1018 A :class:`Popen` ``creationflags`` parameter to specify that a new process1025 A :class:`Popen` ``creationflags`` parameter to specify that a new process1032 A :class:`Popen` ``creationflags`` parameter to specify that a new process1039 A :class:`Popen` ``creationflags`` parameter to specify that a new process[all …]
239 started with a *creationflags* parameter which includes
890 universal_newlines, startupinfo, creationflags, shell, to_close, argument898 startupinfo, creationflags, shell, to_close,951 creationflags=47)1326 creationflags=CREATE_NEW_CONSOLE)
861 creationflags=subprocess.CREATE_NEW_PROCESS_GROUP)
447 creationflags=creation_flags)
282 startupinfo=None, creationflags=0)424 *creationflags*, if given, can be :data:`CREATE_NEW_CONSOLE` or510 CTRL_BREAK_EVENT can be sent to processes started with a *creationflags*677 A :class:`Popen` ``creationflags`` parameter to specify that a new process
237 creationflags=subprocess.CREATE_NEW_CONSOLE,591 creationflags=DETACHED_PROCESS2306 creationflags=subprocess.CREATE_NEW_PROCESS_GROUP)
2142 creationflags=47)3255 creationflags=CREATE_NEW_CONSOLE)
402 startupinfo=None, creationflags=0):