Searched refs:match_types (Results 1 – 1 of 1) sorted by relevance
234 def _merge_two_dicts(base, other, list_duplicates='all', match_types=False, # pylint: disable=R091… argument269 if (match_types and (base_type != other_type) and274 … merged[k] = _merge_two_dicts(base_value, other_value, list_duplicates, match_types, dict_type)