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 / _showtraceback

function

IPython.core.interactiveshell:InteractiveShell._showtraceback

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

Signature

def   _showtraceback ( self etype evalue stb : list[str] )

Summary

Actually show a traceback.

Extended Summary

Subclasses may override this method to put the traceback on a different place, like a side channel.

Aliases

  • IPython.InteractiveShell._showtraceback