pibootctl.settings¶
The pibootctl.settings module defines the template of all settings
stored by the pibootctl.store.Settings class. Users of the API never
have any need for this module, but developers wishing to extend the set of
settings will need to modify the SETTINGS set.
-
pibootctl.settings.SETTINGS¶ A
dictmapping setting names topibootctl.setting.Settinginstances which represents the complete set of settings that the application handles.