Searched refs:norm_updated_values (Results 1 – 3 of 3) sorted by relevance
288 def merge_dict_values(norm_current_values, norm_updated_values): argument301 if norm_current_values and (not norm_updated_values):305 if (not norm_current_values) and norm_updated_values:306 return norm_updated_values311 res.update(norm_updated_values)
295 def merge_dict_values(norm_current_values, norm_updated_values): argument308 if norm_current_values and (not norm_updated_values):312 if (not norm_current_values) and norm_updated_values:313 return norm_updated_values318 res.update(norm_updated_values)