Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2280 static char *date_kws[] = {"year", "month", "day", NULL}; variable
2308 if (PyArg_ParseTupleAndKeywords(args, kw, "iii", date_kws, in date_new()
2655 if (! PyArg_ParseTupleAndKeywords(args, kw, "|iii:replace", date_kws, in date_replace()
/external/python/cpython3/Modules/
D_datetimemodule.c2795 static char *date_kws[] = {"year", "month", "day", NULL}; variable
2854 if (PyArg_ParseTupleAndKeywords(args, kw, "iii", date_kws, in date_new()
3420 if (! PyArg_ParseTupleAndKeywords(args, kw, "|iii:replace", date_kws, in date_replace()