ID EN
Built-in Exceptions

__traceback__

Python 3.11

A writable field that holds the traceback object associated with this exception. See also: The raise statement.

Syntax

PYTHON
__traceback__

See Also

traceback object The raise statement