Contents
merged_config()
Update config1 with config2.
Work with arbitrary nested levels.
config1 (MutableMapping[str, Any]) – Base configuration dict.
MutableMapping
str
Any
config2 (Mapping[str, Any]) – Configuration dict containing values that should be updated.
Mapping
Updated configuration (copy).