Searched refs:date_fromtimestamp (Results 1 – 2 of 2) sorted by relevance
2369 date_fromtimestamp(PyObject *cls, PyObject *args) in date_fromtimestamp() function2718 {"fromtimestamp", (PyCFunction)date_fromtimestamp, METH_VARARGS |4762 date_fromtimestamp
2950 date_fromtimestamp(PyObject *cls, PyObject *obj) in date_fromtimestamp() function3011 return date_fromtimestamp((PyObject *) type, timestamp); in datetime_date_fromtimestamp()3025 result = date_fromtimestamp(cls, timestamp); in datetime_date_fromtimestamp_capi()