Home | History | Annotate | Download | only in models

Lines Matching refs:other_dict

549     def _merge_dict_of_sets(self, self_dict, other_dict):
550 for key in other_dict:
551 self_dict[key] |= other_dict[key]