Searched refs:time_kws (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 3142 static char *time_kws[] = {"hour", "minute", "second", "microsecond", variable 3190 if (PyArg_ParseTupleAndKeywords(args, kw, "|iiiiO", time_kws, in time_new() 3457 time_kws, in time_replace()
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 3917 static char *time_kws[] = {"hour", "minute", "second", "microsecond", variable 4003 if (PyArg_ParseTupleAndKeywords(args, kw, "|iiiiO$i", time_kws, in time_new() 4323 time_kws, in time_replace()
|