avid.common.console_abstraction.ConsoleTraceback

class avid.common.console_abstraction.ConsoleTraceback(exc_type, exc_value, exc_traceback)

Bases: object

Abstraction for traceback formatting that works with or without rich

__init__(exc_type, exc_value, exc_traceback)

Methods

__init__(exc_type, exc_value, exc_traceback)

from_exception(exc_type, exc_value, ...)