module documentation

This module implements the configuration of the CSE. It reads the configuration file, performs checks, and provides access to the configuration values.

Class Configuration The static class Configuration holds all the configuration values of the CSE. It is initialized only once by calling the static method init(). Access to configuration valus is done by calling Configuration...
Exception ConfigurationError Exception class for configuration errors.
Variable _deprecatedSections Deprecated sections. Mapping from old section name to new section name.
Variable _moduleConfigs The list of configuration modules.
_deprecatedSections: set[tuple[str, str]] =

Deprecated sections. Mapping from old section name to new section name.

_moduleConfigs: list[ModuleConfiguration] =

The list of configuration modules.