System exit support.

Function exit Exit the python interpreter with the given status and an optional message.
Class Status Object to hang EX_* values off of as a substitute for posix.
Class ExitStatus Standard exit status codes for system programs.
def exit(status, message=None): (source)

Exit the python interpreter with the given status and an optional message.

ParametersstatusAn exit status. (type: str)
messageAn options message to print.
API Documentation for Twisted, generated by pydoctor at 2019-08-06 12:10:50.