- qspec.merge_dicts ( a , b , path = None )[source]
-
- Parameters:
-
- adict
The first dictionary.
- bdict
The second dictionary.
- pathNone
_.
- Returns:
-
- outdict
b merged into a. Function copied from andrew cooke https://stackoverflow.com/questions/7204805/how-to-merge-dictionaries-of-dictionaries.