Searched refs:datetime_fromtimestamp (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 3891 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.c | 4881 datetime_fromtimestamp(PyObject *cls, PyObject *args, PyObject *kw) in datetime_fromtimestamp() function 6098 {"fromtimestamp", (PyCFunction)datetime_fromtimestamp, 6259 datetime_fromtimestamp,
|