Script import_export :: Class ChildProcess
[hide private]
[frames] | no frames]

Class ChildProcess


Instance Methods [hide private]
 
__init__(self, env, cmd, noclose_fds)
Initializes this class.
 
_ChildPreexec(self)
Called before child executable is execve'd.
 
_SetProcessGroup(self)
Sets the child's process group.
 
Kill(self, signum)
Sends signal to child process.
 
ForceQuit(self)
Ensure child process is no longer running.

Inherited from subprocess.Popen: __del__, communicate, kill, pipe_cloexec, poll, send_signal, terminate, wait

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

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, env, cmd, noclose_fds)
(Constructor)

 

Initializes this class.

Overrides: object.__init__