OpenQuizz
Une application de gestion des contenus pédagogiques
|
Public Member Functions | |
def | __init__ (self, exc_type, exc_value, tb) |
def | filter_hidden_frames (self) |
def | exception (self) |
def | render (self, mark_lib=True) |
def | render_text (self) |
Data Fields | |
exc_type | |
exc_value | |
info | |
frames | |
A group of frames for an exception in a traceback. On Python 3, if the exception has a ``__cause__`` or ``__context__``, there are multiple exception groups.
def __init__ | ( | self, | |
exc_type, | |||
exc_value, | |||
tb | |||
) |
def exception | ( | self | ) |
String representation of the exception.
def filter_hidden_frames | ( | self | ) |
def render | ( | self, | |
mark_lib = True |
|||
) |
def render_text | ( | self | ) |
exc_type |
exc_value |
frames |
info |