Logo

A physics toolbox for laser spectroscopy.

Static Badge Static Badge Static Badge

Static Badge Static Badge

© 2025 Patrick Müller. All rights reserved.

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.

API navigation