You are viewing an older version (9.10.0). Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython 9.10.0 / IPython / terminal / shortcuts / quit

function

IPython.terminal.shortcuts:quit

source: /IPython/terminal/shortcuts/__init__.py :508

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