Home | History | Annotate | Download | only in python2.7

Lines Matching refs:creationflags

37             startupinfo=None, creationflags=0):
104 The startupinfo and creationflags, if given, will be passed to the
654 startupinfo=None, creationflags=0):
675 if creationflags != 0:
676 raise ValueError("creationflags is only supported on Windows "
708 startupinfo, creationflags, shell,
900 startupinfo, creationflags, shell,
937 creationflags |= _subprocess.CREATE_NEW_CONSOLE
945 creationflags,
1175 startupinfo, creationflags, shell,