Part of canonical.lazr.interfaces.config View In Hierarchy
See IConfigSchema
for more information about the config file format.
Inherited from IConfigSchema:
Attribute | name | The basename of the config filename. |
Attribute | filename | The path to config file |
Attribute | category_names | The list of section category names. |
Method | __iter__ | Iterate over the `ISectionSchema`s. |
Method | __contains__ | Return True or False if the name matches a ISectionSchema . |
Method | __getitem__ | Return the ISectionSchema with the matching name. |
Method | getByCategory | Return a list of ISectionSchemas that belong to the category name. |