exception documentation

class ImportStringError(ImportError): (source)

View In Hierarchy

Provides information about a failed :func:`import_string` attempt.

Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable exception Undocumented
Instance Variable import_name Undocumented
def __init__(self, import_name: str, exception: BaseException): (source)

Undocumented

def __repr__(self) -> str: (source)

Undocumented

exception = (source)

Undocumented

import_name = (source)

Undocumented