Part of bzrlib.config View In Hierarchy
Known subclasses: bzrlib.config.LocationMatcher, bzrlib.config.NameMatcher
This is intended to be used to postpone getting an iterable of sections from a store.
Method | __init__ | Undocumented |
Method | get_sections | Undocumented |
Method | match | Does the proposed section match. |
Parameters | section | A Section object. |
Returns | True if the section matches, False otherwise. |