Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2369 date_fromtimestamp(PyObject *cls, PyObject *args) in date_fromtimestamp() function
2718 {"fromtimestamp", (PyCFunction)date_fromtimestamp, METH_VARARGS |
4762 date_fromtimestamp
/external/python/cpython3/Modules/
D_datetimemodule.c2893 date_fromtimestamp(PyObject *cls, PyObject *args) in date_fromtimestamp() function
3251 {"fromtimestamp", (PyCFunction)date_fromtimestamp, METH_VARARGS |
6260 date_fromtimestamp,