class documentation

class Group:

View In Hierarchy

A group of frames for an exception in a traceback. If the exception has a __cause__ or __context__, there are multiple exception groups.
Method __init__ Undocumented
Method filter​_hidden​_frames Undocumented
Method render Undocumented
Method render​_text Undocumented
Instance Variable exc​_type Undocumented
Instance Variable exc​_value Undocumented
Instance Variable frames Undocumented
Instance Variable info Undocumented
Property exception String representation of the exception.
def __init__(self, exc_type, exc_value, tb):

Undocumented

Parameters
exc​_type:t.Type[BaseException]Undocumented
exc​_value:BaseExceptionUndocumented
tb:TracebackTypeUndocumented
def filter_hidden_frames(self):

Undocumented

def render(self, mark_lib=True):

Undocumented

Parameters
mark​_lib:boolUndocumented
Returns
strUndocumented
def render_text(self):

Undocumented

Returns
strUndocumented
exc_type =

Undocumented

exc_value =

Undocumented

frames: list =

Undocumented

info: str =

Undocumented

@property
exception: str =
String representation of the exception.