Home
last modified time | relevance | path

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

/external/python/cpython3/Python/clinic/
Dbltinmodule.c.h190 {"divmod", (PyCFunction)builtin_divmod, METH_FASTCALL, builtin_divmod__doc__},
196 builtin_divmod(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in builtin_divmod() function
/external/python/cpython2/Python/
Dbltinmodule.c617 builtin_divmod(PyObject *self, PyObject *args) in builtin_divmod() function
2639 {"divmod", builtin_divmod, METH_VARARGS, divmod_doc},