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

bundles / IPython 9.12.0 / IPython / core / tbtools / TBTools / text

function

IPython.core.tbtools:TBTools.text

source: /IPython/core/tbtools.py :528

Signature

def   text ( self etype : type value : BaseException | None tb : TracebackType | None tb_offset : Optional[int] = None context : int = 5 )  →  str

Summary

Return formatted traceback.

Extended Summary

Subclasses may override this if they add extra arguments.

Aliases

  • IPython.core.doctb.TBTools.text