Part of bzrlib.config View In Hierarchy
It is a low-level object that considers config data to be name/value pairs that may be associated with a section. Assigning meaning to these values is done at higher levels like TreeConfig.
Method | __init__ | Undocumented |
Method | get_option | Return the value associated with a named option. |
Method | set_option | Set the value associated with a named option. |
Method | remove_option | Undocumented |
Method | _get_config_file | Undocumented |
Method | _external_url | Undocumented |
Method | _get_configobj | Undocumented |
Method | _set_configobj | Undocumented |
Parameters | name | The name of the value |
section | The section the option is in (if any) | |
default | The value to return if the value is not set | |
Returns | The value or default value |