Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2275 static char *date_kws[] = {"year", "month", "day", NULL}; variable
2303 if (PyArg_ParseTupleAndKeywords(args, kw, "iii", date_kws, in date_new()
2650 if (! PyArg_ParseTupleAndKeywords(args, kw, "|iii:replace", date_kws, in date_replace()