class documentation

class twisted.internet.error.ProcessTerminated(ConnectionLost): (source)

View In Hierarchy

Undocumented

Class Variable __doc__ Undocumented
Class Variable MESSAGE Undocumented
Method __init__ No summary
Instance Variable exitCode Undocumented
Instance Variable signal Undocumented
Instance Variable status Undocumented

Inherited from ConnectionLost:

Method __str__ Undocumented
__doc__ = (source)

Undocumented

(type: str)
MESSAGE = (source)

Undocumented

(type: str)
def __init__(self, exitCode=None, signal=None, status=None): (source)
ParametersexitCodeThe exit status of the process. This is roughly like the value you might pass to os._exit. This is None if the process exited due to a signal. (type: int or None)
signalThe exit signal of the process. This is None if the process did not exit due to a signal. (type: int or None)
statusThe exit code of the process. This is a platform specific combination of the exit code and the exit signal. See os.WIFEXITED and related functions. (type: int)
exitCode = (source)

Undocumented

signal = (source)

Undocumented

status = (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 20.12.1 at 2021-02-28 19:53:36.