Package svnmailer :: Module util :: Class _DummyPopen4
[hide private]

Class _DummyPopen4

source code

object --+
         |
        _DummyPopen4

Dummy Popen4 class for platforms which don't provide one in popen2

Instance Methods [hide private]
 
__init__(self, cmd, bufsize=-1)
Initialization
source code
 
wait(self)
Dummy wait
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, cmd, bufsize=-1)
(Constructor)

source code 

Initialization

Overrides: object.__init__