-
Notifications
You must be signed in to change notification settings - Fork 1.5k
improve ConfigParser documentation #7057
Copy link
Copy link
Closed
Description
Is your feature request related to a problem? Please describe.
the usage of ConfigParser methods read_config, load_config_file, load_config_files are not straightforward, would be great to clarify that
parser.read_configis an instance method that could take key-value pairs and override existingparser's config.ConfigParser.load_config_fileis a class method for loading a single json/yaml fileConfigParser.load_config_filesis a class method for loading multiple config files and combine the config contents
Reactions are currently unavailable