Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c3891 datetime_fromtimestamp(PyObject *cls, PyObject *args, PyObject *kw) in datetime_fromtimestamp() function
4612 {"fromtimestamp", (PyCFunction)datetime_fromtimestamp,
4761 datetime_fromtimestamp,
/external/python/cpython3/Modules/
D_datetimemodule.c5119 datetime_fromtimestamp(PyObject *cls, PyObject *args, PyObject *kw) in datetime_fromtimestamp() function
6337 {"fromtimestamp", (PyCFunction)(void(*)(void))datetime_fromtimestamp,
6500 datetime_fromtimestamp,