twisted.application.runner._exit
module documentationtwisted.application.runner
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. |
Exit the python interpreter with the given status and an optional message.
Parameters | status | An exit status. (type: str ) |
message | An options message to print. |