{ } Raw JSON

bundles / IPython 9.13.0 / IPython / core / interactiveshell / InteractiveShell / showindentationerror

function

IPython.core.interactiveshell:InteractiveShell.showindentationerror

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

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