Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
Dmathmodule.c.h715 {"perm", (PyCFunction)(void(*)(void))math_perm, METH_FASTCALL, math_perm__doc__},
721 math_perm(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in math_perm() function