Home
last modified time | relevance | path

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

/third_party/python/Python/
Dbltinmodule.c1832 builtin_max(PyObject *self, PyObject *args, PyObject *kwds) in builtin_max() function
2939 …{"max", (PyCFunction)(void(*)(void))builtin_max, METH_VARARGS | METH_KEYWORDS, …