This is a development version (latest) and may be unstable. Go to latest (9.13.0)
{ } Raw JSON

bundles / IPython latest / IPython / core / interactiveshell / InteractiveShell / _showtraceback

function

IPython.core.interactiveshell:InteractiveShell._showtraceback

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

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