Home | History | Annotate | Download | only in Python

Lines Matching refs:builtin_max

1631 builtin_max(PyObject *self, PyObject *args, PyObject *kwds)
2644 {"max", (PyCFunction)builtin_max, METH_VARARGS | METH_KEYWORDS, max_doc},