Home | Trees | Index | Help |
|
---|
Module popen2 :: Class Popen3 |
|
Popen4
Method Summary | |
---|---|
The parameter 'cmd' is the shell command to execute in a sub-process. | |
Return the exit status of the child process if it has finished, or -1 if it hasn't finished yet. | |
Wait for and return the exit status of the child process. |
Class Variable Summary | |
---|---|
int |
sts = -1 |
Method Details |
---|
__init__(self,
cmd,
capturestderr=False,
bufsize=-1)
The parameter 'cmd' is the shell command to execute in a
sub-process. The 'capturestderr' flag, if true, specifies that the
object should capture standard error output of the child process. The
default is false. If the 'bufsize' parameter is specified, it specifies
the size of the I/O buffers to/from the child process.
|
poll(self)Return the exit status of the child process if it has finished, or -1 if it hasn't finished yet. |
wait(self)Wait for and return the exit status of the child process. |
Class Variable Details |
---|
sts
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Thu Dec 22 20:45:15 2005 | http://epydoc.sf.net |