Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dfloatobject.c.h12 {"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
/external/python/cpython2/Objects/
Dfloatobject.c984 float_is_integer(PyObject *v) in float_is_integer() function
2038 {"is_integer", (PyCFunction)float_is_integer, METH_NOARGS,