om_code.omgenutils.mergedicts#

mergedicts(original, update)[source]#

Given two dicts, merge them into a new dict

Arguments – x: first dict y: second dict