import_config#
- Configurations.import_config(config_file: str | Path, *args) dict #
Import configuration settings from a JSON or TOML file and apply it to the current design.
The sections to be applied are defined with the
configuration.options
class. The import operation result is saved in theconfiguration.results
class.- Parameters:
- config_file
str
orpathlib.Path
Full path to json file.
- config_file
- Returns: