Searched defs:time_localtime (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
H A Dtimemodule.c333 time_localtime(PyObject *self, PyObject *args) function
786 {"localtime", time_localtime, METH_VARARGS, localtime_doc},
/external/python/cpython3/Modules/
H A Dtimemodule.c385 time_localtime(PyObject *self, PyObject *args) function
1276 {"localtime", time_localtime, METH_VARARGS, localtime_doc},

Completed in 208 milliseconds