bundles / IPython 9.11.0 / IPython / terminal / shortcuts / quit
function
IPython.terminal.shortcuts:quit
Signature
def quit ( event ) Summary
Quit application with SIGQUIT if supported or sys.exit otherwise.
Extended Summary
On platforms that support SIGQUIT, send SIGQUIT to the current process. On other platforms, just exit the process with a message.
Aliases
-
IPython.terminal.shortcuts.quit