exception documentation

class ThreadException(Exception): (source)

View In Hierarchy

One or more exceptions were raised within background threads. The real underlying exceptions are stored in the `exceptions` attribute; see its documentation for data structure details. .. note:: Threads which did not encounter an exception, do not contribute to this exception object and thus are not present inside `exceptions`. .. versionadded:: 1.0

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable exceptions Undocumented
def __init__(self, exceptions): (source)

Undocumented

def __str__(self): (source)

Undocumented

exceptions = (source)

Undocumented