flownet.config_parser._merge_configs module
- flownet.config_parser._merge_configs.merge_configs(base: Dict[Any, Any], update: Dict[Any, Any]) Dict[Any, Any]
Merges two dictionaries (of arbitrary depth).
- Parameters
base – Initial dictionary to begin with.
update – Dictionary with values to update with.
- Returns
Merged dictionary.