Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dbltinmodule.c.h586 {"round", (PyCFunction)builtin_round, METH_FASTCALL|METH_KEYWORDS, builtin_round__doc__},
592 builtin_round(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in builtin_round() function
/external/python/cpython2/Python/
Dbltinmodule.c2176 builtin_round(PyObject *self, PyObject *args, PyObject *kwds) in builtin_round() function
2671 {"round", (PyCFunction)builtin_round, METH_VARARGS | METH_KEYWORDS, round_doc},