class documentation
class BaseProcess: (source)
Known subclasses: twisted.internet._dumbwin32proc.Process, twisted.internet.process._BaseProcess
Constructor: BaseProcess(protocol)
Undocumented
| Method | __init__ |
Undocumented |
| Method | maybe |
Call processEnded on protocol after final cleanup. |
| Method | process |
This is called when the child terminates. |
| Class Variable | lost |
Undocumented |
| Instance Variable | pid |
Undocumented |
| Instance Variable | proto |
Undocumented |
| Instance Variable | status |
Undocumented |
| Method | _call |
Undocumented |
| Method | _get |
Convert a process exit status into an exception. Subclasses must override this method. |
overridden in
twisted.internet._dumbwin32proc.Process, twisted.internet.process.Process, twisted.internet.process.PTYProcessUndocumented
overridden in
twisted.internet._dumbwin32proc.Process, twisted.internet.process.Process, twisted.internet.process.PTYProcessCall processEnded on protocol after final cleanup.
Convert a process exit status into an exception. Subclasses must override this method.
| Parameters | |
status:int | The status reported when the child process exits. |
| Returns | |
BaseException | An exception describing how the process terminated. |