class documentation

class ImportStringError(ImportError):

View In Hierarchy

Provides information about a failed import_string attempt.
Method __init__ Undocumented
Method __repr__ Undocumented
Instance Variable exception Undocumented
Instance Variable import​_name Undocumented
def __init__(self, import_name, exception):

Undocumented

Parameters
import​_name:strUndocumented
exception:BaseExceptionUndocumented
def __repr__(self):

Undocumented

Returns
strUndocumented
exception =

Undocumented

import_name =

Undocumented