Lines Matching refs:dict_args
4464 PyObject *reduce_value, *dict_args;4474 dict_args = PyTuple_New(1);4475 if (dict_args == NULL) {4480 PyTuple_SET_ITEM(dict_args, 0, contents);4483 PyTuple_SET_ITEM(reduce_value, 1, dict_args);