Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2521 date_strftime(PyDateTime_Date *self, PyObject *args, PyObject *kw) in date_strftime() function
2732 {"strftime", (PyCFunction)date_strftime, METH_VARARGS | METH_KEYWORDS,