save_config# method GlobalConfiguration.save_config(filename: str | Path) → None[source]# Persists the configuration to a file. This method writes the current configuration to the given filepath. Parameters: filenamestr or PathThe path to save the configuration file to.