Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_datetimemodule.c3619 static char *timezone_kws[] = {"offset", "name", NULL}; variable
3626 if (PyArg_ParseTupleAndKeywords(args, kw, "O!|U:timezone", timezone_kws, in timezone_new()