load_config

load_config#

method

GlobalConfiguration.load_config(filename: str | Path) None[source]#

Reads the configuration file and updates the internal configuration.

Parameters:
filenamestr or Path, optional

The path to the configuration file.

Raises:
FileNotFoundError

If the file does not exist.