Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c3138 static char *time_kws[] = {"hour", "minute", "second", "microsecond", variable
3186 if (PyArg_ParseTupleAndKeywords(args, kw, "|iiiiO", time_kws, in time_new()
3453 time_kws, in time_replace()