Home | History | Annotate | Download | only in Modules

Lines Matching refs:kwlist

1829         char *kwlist[] = {"repeat", 0};

1833 if (!PyArg_ParseTupleAndKeywords(tmpargs, kwds, "|n:product", kwlist, &repeat)) {
3281 static char *kwlist[] = {"start", "step", 0};
3284 kwlist, &long_cnt, &long_step))