vak.config.parse.parse_config_section#
- vak.config.parse.parse_config_section(config_toml, section_name, toml_path=None)[source]#
parse section of config.toml file
- Parameters:
- Returns:
config β instance of class that represents section of config.toml file, e.g. PredictConfig for βPREDICTβ section
- Return type:
vak.config section class