This class defines an object that manages a set of config files.
The config manager abstracts the lookup of files using the XDG search paths and ensures that there is only a single instance used for each config file.
Typically config files are instantiated as a ConfigDict file and changes are communicated to all users of the config by means of the "changed" signal.
| Method | __call__ |
Undocumented |
| Method | __init__ |
Undocumented |
| Method | get_config_dict |
Returns a SectionedConfigDict object for filename |
| Method | get_config_file |
Returns a ConfigFile object for filename |
| Property | preferences |
Undocumented |
| Method | _get_file |
Undocumented |
| Method | _set |
Undocumented |
| Instance Variable | _config_dicts |
Undocumented |
| Instance Variable | _config_files |
Undocumented |
| Instance Variable | _dir |
Undocumented |
| Instance Variable | _dirs |
Undocumented |