dict_ops¶
- janim.utils.dict_ops.merge_dicts_recursively(*dicts: dict) dict¶
Merge dicts recursively.
Creates a dictionary with keys that are the union of all input dictionaries.
Dictionaries later in the list have higher priority.
When a value is a dictionary, it could be applied recursively.