Searched refs:date_kws (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 2280 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.c | 2778 static char *date_kws[] = {"year", "month", "day", NULL}; variable 2837 if (PyArg_ParseTupleAndKeywords(args, kw, "iii", date_kws, in date_new() 3183 if (! PyArg_ParseTupleAndKeywords(args, kw, "|iii:replace", date_kws, in date_replace()
|