Searched refs:float_is_integer (Results 1 – 1 of 1) sorted by relevance
12 {"is_integer", (PyCFunction)float_is_integer, METH_NOARGS, float_is_integer__doc__},18 float_is_integer(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_is_integer() function