Part of twisted.python._release View Source View In Hierarchy
Instance Variables | exitStatus | The exit status for the child process.
(type: int
) |
exitSignal | The exit signal for the child process.
(type: int
) | |
output | The bytes read from stdout and stderr of the child process.
(type: str
) |
Method | __init__ | Undocumented |