Searched refs:old_dict (Results 1 – 4 of 4) sorted by relevance
141 def _DictionaryDiff(self, old_dict, new_dict): argument145 all_keys = set(old_dict.keys() + new_dict.keys())147 if old_dict.get(key) != new_dict.get(key):149 new_entry['old'] = old_dict.get(key)
88 def _reduce_memory_dict(old_dict): argument90 for (k, v) in iteritems(old_dict):
923 _cmsDICT* old_dict = (_cmsDICT*) hDict; in cmsDictDup() local927 _cmsAssert(old_dict != NULL); in cmsDictDup()929 hNew = cmsDictAlloc(old_dict ->ContextID); in cmsDictDup()933 entry = old_dict ->head; in cmsDictDup()