Running the parseΒΆ

To parse configuration from all sources for a ConfigParser, use the ConfigParser.parse_config() method:

ConfigParser.parse_config()

Parse the config sources.

Returns: a Namespace object containing the parsed values.