Searched refs:date_strftime (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 2526 date_strftime(PyDateTime_Date *self, PyObject *args, PyObject *kw) in date_strftime() function 2737 {"strftime", (PyCFunction)date_strftime, METH_VARARGS | METH_KEYWORDS,
|
/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 3179 date_strftime(PyDateTime_Date *self, PyObject *args, PyObject *kw) in date_strftime() function 3513 {"strftime", (PyCFunction)(void(*)(void))date_strftime, METH_VARARGS | METH_KEYWORDS,
|