config¶
- Author(s):
Nuno P. Fernandes
- Year:
2026
- Copyright:
GNU Public License v3
Added in version 1.0.0.
View and update Ensemblify’s global configuration.
Attributes¶
Ensemblify's global configuration dictionary. |
Functions¶
Show the current configuration dictionary. |
|
|
Update the configuration dictionary with new values. |
Module Contents¶
- ensemblify.config.GLOBAL_CONFIG¶
Ensemblify’s global configuration dictionary.
- ensemblify.config.show_config()¶
Show the current configuration dictionary.
- Returns:
The Ensemblify global configuration dictionary.
- Return type:
dict
- ensemblify.config.update_config(new_config)¶
Update the configuration dictionary with new values.
Any keys in the new configuration that exist in the current config are updated.
- Parameters:
new_config (
dict) – Dictionary with configuration parameters to update.