Home | History | Annotate | Download | only in Modules

Lines Matching refs:keyword

1035 /* test PyArg_ParseTupleAndKeywords keyword-only arguments */
1054 static char *keywords[] = {"", "", "keyword", NULL};
1057 int keyword = -1;
1060 &required, &optional, &keyword))
1062 return Py_BuildValue("iii", required, optional, keyword);