Detailed Description
Definition at line 42 of file core.py.
Constructor & Destructor Documentation
def python.core.Popen.__init__ |
( |
|
self, |
|
|
|
args, |
|
|
|
bufsize = 0 , |
|
|
|
executable = None , |
|
|
|
stdin = None , |
|
|
|
stdout = None , |
|
|
|
stderr = None , |
|
|
|
preexec_fn = None , |
|
|
|
close_fds = False , |
|
|
|
shell = None , |
|
|
|
cwd = None , |
|
|
|
env = None , |
|
|
|
universal_newlines = False , |
|
|
|
startupinfo = None , |
|
|
|
creationflags = 0 |
|
) |
| |
The documentation for this class was generated from the following file: