class documentation

class ImportTimeError(Exception):

View In Hierarchy

Errors that occurred while trying to import something to document it.
Method __init__ Set up
Method __str__ For display
Instance Variable exc Undocumented
Instance Variable filename Undocumented
Instance Variable tb Undocumented
Instance Variable value Undocumented
def __init__(self, filename, exc_info):
Set up
Parameters
filename:Optional[str]Undocumented
exc_info:Tuple[Any, Any, Any]Undocumented
def __str__(self):
For display
Returns
strUndocumented
exc =

Undocumented

filename =

Undocumented

tb =

Undocumented

value =

Undocumented