bundles / IPython latest / IPython / core / ultratb / VerboseTB
class
IPython.core.ultratb:VerboseTB
source: /IPython/core/ultratb.py :445
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
-
__annotate__ -
__call__ -
__init__ -
debugger -
format_exception -
format_exception_as_a_whole -
format_record -
get_records -
handler -
prepare_header -
structured_traceback
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