OpenQuizz
Une application de gestion des contenus pédagogiques
Group Class Reference
Inheritance diagram for Group:
Collaboration diagram for Group:

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
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  exc_type,
  exc_value,
  tb 
)

Member Function Documentation

◆ exception()

def exception (   self)
String representation of the exception.

◆ filter_hidden_frames()

def filter_hidden_frames (   self)

◆ render()

def render (   self,
  mark_lib = True 
)

◆ render_text()

def render_text (   self)

Field Documentation

◆ exc_type

exc_type

◆ exc_value

exc_value

◆ frames

frames

◆ info

info

The documentation for this class was generated from the following file: