Module popen2 :: Class Popen4
[show private | hide private]
[frames | no frames]

Class Popen4

Popen3 --+
         |
        Popen4

Known Subclasses:
Pipe

Method Summary
  __init__(self, cmd, bufsize)
    Inherited from Popen3
  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.
  _run_child(self, cmd)

Class Variable Summary
NoneType childerr = None                                                                  
    Inherited from Popen3
int sts = -1                                                                    

Class Variable Details

childerr

Type:
NoneType
Value:
None                                                                  

Generated by Epydoc 2.1 on Mon Sep 4 13:49:33 2006 http://epydoc.sf.net