Searched refs:temp_dict (Results 1 – 3 of 3) sorted by relevance
200 temp_dict = OrderedDict()206 temp_dict[str(idx)] = cell208 temp_dict[key] = cell209 self._cells = temp_dict326 temp_dict = OrderedDict()331 temp_dict[str(idx)] = cell332 self._cells = temp_dict
568 temp_dict = copy.deepcopy(data_dict)569 for data_key, data_value in zip(temp_dict.keys(), temp_dict.values()):
4548 PyObject *temp_dict = PyDict_Copy(d1); in dictitems_xor() local4549 if (temp_dict == NULL) { in dictitems_xor()4554 Py_CLEAR(temp_dict); in dictitems_xor()4565 val1 = _PyDict_GetItem_KnownHash(temp_dict, key, hash); in dictitems_xor()4583 if (_PyDict_DelItem_KnownHash(temp_dict, key, hash) < 0) { in dictitems_xor()4605 PyObject *remaining_pairs = _PyObject_CallMethodIdNoArgs(temp_dict, in dictitems_xor()4614 Py_DECREF(temp_dict); in dictitems_xor()4619 Py_XDECREF(temp_dict); in dictitems_xor()