carputils
Doxygen code documentation for the python framework controlling openCARP
|
Modified namespace with extra error handling for paths. More...
Public Member Functions | |
def | __init__ (self, missing_error=True) |
def | __getattr__ (self, attr) |
![]() | |
def | __init__ (self, missing_error=True, errortype=AttributeError) |
def | get (self, key, fallback=None) |
Get an item without raising errors when missing, like dict().get() More... | |
def | __getattr__ (self, attr) |
Custom attribute access code providing case-insensitivity. More... | |
def | __getitem__ (self, key) |
Allow object to be used like dict. More... | |
def | __setattr__ (self, attr, value) |
Custom attribute access code providing case-insensitivity and order logging. More... | |
def | __setitem__ (self, key, value) |
Allow object to be used like dict. More... | |
def | __iter__ (self) |
Return iterator over settings. More... | |
def | __str__ (self) |
Modified namespace with extra error handling for paths.
def carputils.settings.paths.PathSettingsNamespace.__init__ | ( | self, | |
missing_error = True |
|||
) |
def carputils.settings.paths.PathSettingsNamespace.__getattr__ | ( | self, | |
attr | |||
) |