Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/python/cpython3/Modules/
D_datetimemodule.c2950 date_fromtimestamp(PyObject *cls, PyObject *obj) in date_fromtimestamp() function
3011 return date_fromtimestamp((PyObject *) type, timestamp); in datetime_date_fromtimestamp()
3025 result = date_fromtimestamp(cls, timestamp); in datetime_date_fromtimestamp_capi()