Home
last modified time | relevance | path

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

/third_party/python/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