bundles / IPython 9.5.0 / IPython / core / ultratb / VerboseTB / format_exception_as_a_whole
function
IPython.core.ultratb:VerboseTB.format_exception_as_a_whole
source: /IPython/core/ultratb.py :720
Signature
def format_exception_as_a_whole ( self , etype : type , evalue : Optional[BaseException] , etb : Optional[TracebackType] , context : int , tb_offset : Optional[int] ) → list[list[str]] Summary
Formats the header, traceback and exception message for a single exception.
Extended Summary
This may be called multiple times by Python 3 exception chaining (PEP 3134).
Aliases
-
IPython.core.ultratb.VerboseTB.format_exception_as_a_whole