Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtimemodule.c333 time_localtime(PyObject *self, PyObject *args) in time_localtime() function
884 {"localtime", time_localtime, METH_VARARGS, localtime_doc},
/external/python/cpython3/Modules/
Dtimemodule.c520 time_localtime(PyObject *self, PyObject *args) in time_localtime() function
1676 {"localtime", time_localtime, METH_VARARGS, localtime_doc},