Module processes :: Class RelaxPopen3
[hide private]
[frames] | no frames]

Class RelaxPopen3

source code


Instance Methods [hide private]
 
__init__(self, cmd, capturestderr=0, bufsize=-1)
Extended Popen3 class.
source code
 
kill(self, login_cmd=None, sig=9)
Function for killing the child process.
source code

Inherited from popen2.Popen3: __del__, poll, wait

Inherited from popen2.Popen3 (private): _run_child

Class Variables [hide private]

Inherited from popen2.Popen3: sts

Method Details [hide private]

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

source code 

Extended Popen3 class.

Overrides: popen2.Popen3.__init__