module documentation
(source)

System exit support.

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

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

ParametersstatusAn exit status. An appropriate value from ExitStatus is recommended. (type: Union[int, ExitStatus])
messageAn optional message to print. (type: str)
ReturnsUndocumented (type: typing.NoReturn)
API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.