Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/clinic/
D_datetimemodule.c.h15 …{"fromtimestamp", (PyCFunction)datetime_date_fromtimestamp, METH_O|METH_CLASS, datetime_date_fromt…
/aosp_15_r20/external/python/cpython3/Modules/
D_datetimemodule.c3008 datetime_date_fromtimestamp(PyTypeObject *type, PyObject *timestamp) in datetime_date_fromtimestamp() function