iqm.pulse.base_utils.merge_dicts#
- iqm.pulse.base_utils.merge_dicts(A, B, path=(), merge_nones=True)#
Merge two dictionaries recursively, leaving the originals unchanged.
- Parameters:
- Returns:
Copy of A, with the contents of B merged in (and taking precedence) recursively.
- Return type: