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

bundles / IPython 9.10.0 / IPython / core / interactiveshell / InteractiveShell / showindentationerror

function

IPython.core.interactiveshell:InteractiveShell.showindentationerror

source: /IPython/core/interactiveshell.py :2266

Signature

def   showindentationerror ( self )

Summary

Called by _run_cell when there's an IndentationError in code entered at the prompt.

Extended Summary

This is overridden in TerminalInteractiveShell to show a message about the %paste magic.

Aliases

  • IPython.InteractiveShell.showindentationerror