bundles / IPython 9.11.0 / IPython / core / doctb / DocTB
class
IPython.core.doctb:DocTB
source: /IPython/core/doctb.py :84
Signature
class DocTB ( theme_name : str = linux , 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 ) Members
-
__annotate__ -
__call__ -
__init__ -
debugger -
format_exception -
format_exception_as_a_whole -
format_record -
get_records -
handler -
prepare_header -
structured_traceback
Summary
A stripped down version of Verbose TB, simplified to not have too much information when running doctests
Aliases
-
IPython.core.doctb.DocTB