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