settings
¶
merge_configs
¶
merge_configs(
original_configs: APPLConfigs, **kwargs: Any
) -> APPLConfigs
Return a new APPLConfigs with the overridden configs.
Source code in src/appl/settings.py
update_appl_configs
¶
update_appl_configs(
new_configs: Union[APPLConfigs, Namespace]
) -> None
Update the global configs.
Note: Update in the middle might cause unexpected behavior.