| Home | Trees | Index | Help | 
|---|
| Module popen2 :: Class Popen3 | 
 | 
Class representing a child process. Normally instances are created by the factory functions popen2() and popen3().
| 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)
     | 
| 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.0 on Sun Sep 25 20:49:05 2005 | http://epydoc.sf.net |