bundles / IPython 9.3.0 / IPython / core / ultratb / ListTB / __call__
function
IPython.core.ultratb:ListTB.__call__
source: /IPython/core/ultratb.py :134
Signature
def __call__ ( self , etype : type[BaseException] , evalue : BaseException | None , etb : TracebackType | None ) → None Summary
No Docstrings
Aliases
-
IPython.core.ultratb.ListTB.__call__