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.optionsclass. The import operation result is saved in theconfiguration.resultsclass.- Parameters:
- config_file
strorpathlib.Path Full path to json file.
- config_file
- Returns: