Package x2go :: Module gevent_subprocess :: Class Popen
[frames] | no frames]

type Popen

source code

object --+
         |
        Popen

Instance Methods
 
__init__(self, *args, **kwargs) source code
 
__getattr__(self, name) source code
 
communicate(self, input=None) source code
 
wait(self, check_interval=0.01) source code
Method Details

__init__(self, *args, **kwargs)
(Constructor)

source code 
Overrides: object.__init__
(inherited documentation)