Part of bzrlib.remote View In Hierarchy
Known subclasses: bzrlib.remote.RemoteBranchConfig, bzrlib.remote.RemoteBzrDirConfig
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 the these values is done at higher levels like bzrlib.config.TreeConfig.
Method | get_option | Return the value associated with a named option. |
Method | _response_to_configobj | Undocumented |