class documentation
Base configuration object.
Class Method | options |
Return a dictionary with the Option objects for this config |
Method | __init__ |
init method |
Method | defaults |
Return the default values of this configuration. |
Method | load |
Load a dictionary of configuration values. |
Method | load |
Load config from a YAML file. |
Method | snapshot |
Return a snapshot of the current values of this configuration. |
Method | __setattr__ |
Undocumented |
Method | __str__ |
Undocumented |
Instance Variable | _loaded |
files loaded for the config |
Instance Variable | _values |
Values of the configuration |