Part of canonical.lazr.interfaces.config View In Hierarchy
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. |