Searched refs:rrates (Results 1 – 1 of 1) sorted by relevance
428 PyObject *rrates, *obj; local433 rrates = NULL;443 rrates = Py_BuildValue("O&O&", frates[0], frates[1]);444 if (rrates == NULL) return NULL;447 if( (rrates = PyTuple_New(arg.numrates)) == NULL)452 PyTuple_SetItem(rrates, i, obj);455 return Py_BuildValue("hO", arg.numrates, rrates);457 Py_XDECREF(rrates);