Searched refs:time_kws (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A Ddatetimemodule.c3138 static char *time_kws[] = {"hour", "minute", "second", "microsecond", variable
3186 if (PyArg_ParseTupleAndKeywords(args, kw, "|iiiiO", time_kws,
3453 time_kws,
/external/python/cpython3/Modules/
H A D_datetimemodule.c3550 static char *time_kws[] = {"hour", "minute", "second", "microsecond", variable
3606 if (PyArg_ParseTupleAndKeywords(args, kw, "|iiiiO$i", time_kws,
3926 time_kws,

Completed in 142 milliseconds