OpenStructure
|
Public Member Functions | |
def | __init__ |
def | __str__ |
Data Fields | |
name | |
reason |
Raised when :func:`Locate` is unable to locate a file. The exception contains detailed information on what was tried to locate the file, i.e. search paths, environment variables and also provides useful hints on how to let Locate know where to find the file.
Definition at line 27 of file settings.py.
def __init__ | ( | self, | |
name, | |||
reason | |||
) |
Definition at line 34 of file settings.py.
def __str__ | ( | self | ) |
Definition at line 37 of file settings.py.
name |
Definition at line 35 of file settings.py.
reason |
Definition at line 36 of file settings.py.