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

bundles / IPython 9.5.0 / IPython / core / ultratb / VerboseTB

class

IPython.core.ultratb:VerboseTB

source: /IPython/core/ultratb.py :438

Signature

class   VerboseTB ( theme_name : str = default call_pdb : bool = False ostream : Any = None tb_offset : int = 0 long_header : bool = False include_vars : bool = True check_cache : Callable[[], None] | None = None debugger_cls : type | None = None * color_scheme : Any = <object object at 0x0000> )

Members

Summary

A port of Ka-Ping Yee's cgitb.py module that outputs color text instead of HTML. Requires inspect and pydoc. Crazy, man.

Extended Summary

Modified version which optionally strips the topmost entries from the traceback, to be used with alternate interpreters (because their own code would appear in the traceback).

Aliases

  • IPython.core.ultratb.VerboseTB