Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dbltinmodule.c1460 builtin_max(PyObject *self, PyObject *args, PyObject *kwds) in builtin_max() function
2647 {"max", (PyCFunction)builtin_max, METH_VARARGS | METH_KEYWORDS, max_doc},