Skip to main content
static merge_dicts(*dict_args)[source]

Given any number of dictionaries, shallow copy and merge into a new dict, precedence goes to key-value pairs in latter dictionaries.