b.c.Section(object) : class documentation

Part of bzrlib.config View In Hierarchy

Known subclasses: bzrlib.config.LocationSection, bzrlib.config.MutableSection

A section defines a dict of option name => value.

This is merely a read-only dict which can add some knowledge about the options. It is not a python dict object though and doesn't try to mimic its API.

Method __init__ Undocumented
Method get Undocumented
Method __repr__ Undocumented
def __init__(self, section_id, options):
Undocumented
def get(self, name, default=None):
Undocumented
def __repr__(self):
Undocumented
API Documentation for Bazaar, generated by pydoctor at 2022-06-16 00:25:16.