python_utils.merge_dicts_safely#
Back to Module page
Summary#
merge multiple dictionaries into one, accepting repeated keys if values are consistent, otherwise raise ValueError
Signature#
def merge_dicts_safely(dics)
Name |
Type |
Default |
Description |
|---|---|---|---|
|
Output variables#
Return annotation |
Docstring type |
Description |
|---|---|---|
|
Docstring#
merge multiple dictionaries into one, accepting repeated keys if
values are consistent, otherwise raise ValueError