Home | History | Annotate | Download | only in _sqlite

Lines Matching refs:kwlist

938     static char *kwlist[] = {"size", NULL, NULL};
945 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|i:fetchmany", kwlist, &maxrows)) {