exhibition.config module
- class exhibition.config.Config(data=None, parent=None, node=None)[source]
Bases:
objectConfiguration object that implements a dict-like interface
If a key cannot be found in this instance, the parent
Configwill be searched (and its parent, etc.)- Parameters:
data – Can be one of a string, a file-like object, a dict-like object, or
None. The first two will be assumed as YAMLparent – Parent
ConfigorNoneif this is the root configuration objectnode – The node that this object to bound to, or
Noneif it is the root configuration object