Searched refs:PyNumberToPyInt (Results 1 – 3 of 3) sorted by relevance
179 PyObject* py_int = numpy::PyNumberToPyInt(o);367 PyObject* py_int = numpy::PyNumberToPyInt($input);406 PyObject* first_pyint = numpy::PyNumberToPyInt(first);420 PyObject* second_pyint = numpy::PyNumberToPyInt(second);
135 PyObject* PyNumberToPyInt(PyObject* o);
560 PyObject* PyNumberToPyInt(PyObject* o) { in PyNumberToPyInt() function