c.l.i.c.ISection(ISectionSchema) : interface documentation

Part of canonical.lazr.interfaces.config View In Hierarchy

Defines the values for a configuration group.
Attribute schema The ISectionSchema that defines this ISection.
Method __getattr__ Return the named key.

Inherited from ISectionSchema:

Attribute name The section name.
Attribute optional Is the section optional in the config?
Attribute category_and_section_names A 2-Tuple of the category and specific name parts.
Method __iter__ Iterate over the keys.
Method __contains__ Return True or False if name is a key.
Method __getitem__ Return the default value of the key.
schema =
The ISectionSchema that defines this ISection.
def __getattr__(name):
Return the named key.
Returnsthe value of the matching key.
RaisesAttributeError if there is no key with the name.
Unknown Field: namea key name.
API Documentation for Launchpad, generated by pydoctor at 2010-09-27 00:00:11.