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

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

Summary

A stripped down version of Verbose TB, simplified to not have too much information when running doctests

Aliases

  • IPython.core.doctb.DocTB