Home | History | Annotate | Download | only in Python

Lines Matching defs:PyArg_UnpackTuple

1825 PyArg_UnpackTuple(PyObject *args, const char *name, Py_ssize_t min, Py_ssize_t max, ...)

1842 "PyArg_UnpackTuple() argument list is not a tuple");