module documentation
System exit support.
| Class | |
Standard exit status codes for system programs. |
| Function | exit |
Exit the python interpreter with the given status and an optional message. |
Exit the python interpreter with the given status and an optional message.
| Parameters | |
status:Union[ | An exit status. An appropriate value from ExitStatus is recommended. |
message:str | An optional message to print. |
| Returns | |
typing.NoReturn | Undocumented |