Package gozerbot :: Module generic :: Class Gozerpopen4
[hide private]
[frames] | no frames]

Class Gozerpopen4

source code

      object --+    
               |    
subprocess.Popen --+
                   |
                  Gozerpopen4

class providing a close method to subprocess

Instance Methods [hide private]
 
__init__(self, args)
Create new Popen instance.
source code
 
close(self) source code

Inherited from subprocess.Popen: communicate, poll, wait

Inherited from subprocess.Popen (private): _close_fds, _execute_child, _find_w9xpopen, _get_handles, _handle_exitstatus, _make_inheritable, _readerthread, _set_cloexec_flag, _translate_newlines

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, args)
(Constructor)

source code 

Create new Popen instance.

Overrides: object.__init__
(inherited documentation)