b.c.SectionMatcher(object) : class documentation

Part of bzrlib.config View In Hierarchy

Known subclasses: bzrlib.config.LocationMatcher, bzrlib.config.NameMatcher

Select sections into a given Store.

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.
def __init__(self, store):
Undocumented
def get_sections(self):
Undocumented
def match(self, section):
Does the proposed section match.
ParameterssectionA Section object.
ReturnsTrue if the section matches, False otherwise.
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.