|
ENLIGHTEN
Cross-platform desktop GUI for Wasatch Photonics spectrometers
|
Configuration of the KnowItAll module. More...
Public Member Functions | |
| __init__ (self, pathname=None) | |
| get_pathname (self) | |
| load (self) | |
| save (self) | |
Public Attributes | |
| dict | aliases = {} |
| benigns = set() | |
| dict | external = {} |
| hazards = set() | |
| pathname = pathname | |
| suppressed = set() | |
| dict | unalias = {} |
Configuration of the KnowItAll module.
Tracks aliases, benigns, hazards and suppressed compound names.
Note that KIA compound names may include single- and double-quotes, apostrophes, backticks, Greek, TM symbols and who-knows-what-else, so hopefully the JSON module does a good job of quoting unicode.
| enlighten.KnowItAll.Config.Config.__init__ | ( | self, | |
| pathname = None ) |
| enlighten.KnowItAll.Config.Config.get_pathname | ( | self | ) |
| enlighten.KnowItAll.Config.Config.load | ( | self | ) |
| enlighten.KnowItAll.Config.Config.save | ( | self | ) |
| dict enlighten.KnowItAll.Config.Config.aliases = {} |
| enlighten.KnowItAll.Config.Config.benigns = set() |
| dict enlighten.KnowItAll.Config.Config.external = {} |
| enlighten.KnowItAll.Config.Config.hazards = set() |
| enlighten.KnowItAll.Config.Config.pathname = pathname |
| enlighten.KnowItAll.Config.Config.suppressed = set() |
| dict enlighten.KnowItAll.Config.Config.unalias = {} |