Searched refs:item_ij (Results 1 – 1 of 1) sorted by relevance
811 PyObject* item_ij = items_i[j]; in to() local812 if( PyInt_Check(item_ij)) in to()814 int v = (int)PyInt_AsLong(item_ij); in to()819 else if( PyLong_Check(item_ij)) in to()821 int v = (int)PyLong_AsLong(item_ij); in to()826 else if( PyFloat_Check(item_ij)) in to()828 double v = PyFloat_AsDouble(item_ij); in to()