Home
last modified time | relevance | path

Searched refs:rrates (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Mac/Modules/snd/
D_Sndihooks.c428 PyObject *rrates, *obj; local
433 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);