Searched refs:date_kws (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | _datetimemodule.c | 2883 static char *date_kws[] = {"year", "month", "day", NULL}; variable 2942 if (PyArg_ParseTupleAndKeywords(args, kw, "iii", date_kws, in date_new() 3492 if (! PyArg_ParseTupleAndKeywords(args, kw, "|iii:replace", date_kws, in date_replace()
|
Completed in 11 milliseconds