|
PALM-meteo
|


Public Member Functions | |
| def | __init__ (self, parent=None, name=None) |
| def | __getattr__ (self, name) |
| def | __getitem__ (self, key) |
| def | __contains__ (self, key) |
| def | __iter__ (self) |
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']).
| def palmmeteo.config.ConfigObj.__init__ | ( | self, | |
parent = None, |
|||
name = None |
|||
| ) |
| def palmmeteo.config.ConfigObj.__contains__ | ( | self, | |
| key | |||
| ) |
| def palmmeteo.config.ConfigObj.__getattr__ | ( | self, | |
| name | |||
| ) |
| def palmmeteo.config.ConfigObj.__getitem__ | ( | self, | |
| key | |||
| ) |
| def palmmeteo.config.ConfigObj.__iter__ | ( | self | ) |