Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtimemodule.c393 time_strftime(PyObject *self, PyObject *args) in time_strftime() function
793 {"strftime", time_strftime, METH_VARARGS, strftime_doc},
Ddatetimemodule.c3301 time_strftime(PyDateTime_Time *self, PyObject *args, PyObject *kw) in time_strftime() function
3522 {"strftime", (PyCFunction)time_strftime, METH_VARARGS | METH_KEYWORDS,