Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2526 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.c3179 date_strftime(PyDateTime_Date *self, PyObject *args, PyObject *kw) in date_strftime() function
3513 {"strftime", (PyCFunction)(void(*)(void))date_strftime, METH_VARARGS | METH_KEYWORDS,