ConfigReader
ConfigReader(self, file, extra_args=None)
Object holding information from a settings file.
Parameters
Name | Type | Description | Default |
---|---|---|---|
file |
Path | str | Path to the settings file. | required |
extra_args |
dict | Extra arguments that are not in the settings file. | None |
Methods
Name | Description |
---|---|
generate_kwargs | Generate keyword arguments. |
get_model_type | Get the types of models. |
get_path | Get a Path to a file that is present in the object. |
set | Set a value in the configuration data. |
set_output_dir | Set the output directory. |