Go to the source code of this file.
Namespaces | |
| robotide.preferences.configobj | |
Functions | |
| def | robotide.preferences.configobj.__newobj__ (cls, *args) |
| def | robotide.preferences.configobj.flatten_errors (cfg, res, levels=None, results=None) |
An example function that will turn a nested dictionary of results (as returned by ConfigObj.validate) into a flat list. More... | |
| def | robotide.preferences.configobj.get_extra_values (conf, _prepend=()) |
| Find all the values and sections not in the configspec from a validated ConfigObj. More... | |
| def | robotide.preferences.configobj.getObj (s) |
| def | robotide.preferences.configobj.match_utf8 (encoding) |
| def | robotide.preferences.configobj.unrepr (s) |