|
PALM-meteo
|


Public Member Functions | |
| __init__ (self, parent=None, name=None) | |
| __getattr__ (self, name) | |
| __getitem__ (self, key) | |
| __contains__ (self, key) | |
| __iter__ (self) | |
Protected Member Functions | |
| _ingest_dict (self, d, overwrite=True, extend=False, check_exist=False) | |
| _ingest_module_config (self, modname) | |
| _get_path (self) | |
Protected Attributes | |
| _parent | |
| _name | |
| _settings | |
A recursive object within a hierarchical configuration, representing a (sub)section as a dictionary from the YAML configuration file. Child nodes may be accessed both by the dot notation (section.setting) and the item notation (section['setting']).
| palmmeteo.config.ConfigObj.__init__ | ( | self, | |
parent = None, |
|||
name = None |
|||
| ) |
| palmmeteo.config.ConfigObj.__contains__ | ( | self, | |
| key | |||
| ) |
| palmmeteo.config.ConfigObj.__getattr__ | ( | self, | |
| name | |||
| ) |
| palmmeteo.config.ConfigObj.__getitem__ | ( | self, | |
| key | |||
| ) |
| palmmeteo.config.ConfigObj.__iter__ | ( | self | ) |
|
protected |
|
protected |
|
protected |
Locates the initial configuration file config_init.yaml within module code and ingests it.
|
protected |
|
protected |
|
protected |