Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c4225 datetime_isoformat(PyDateTime_DateTime *self, PyObject *args, PyObject *kw) in datetime_isoformat() function
4647 {"isoformat", (PyCFunction)datetime_isoformat, METH_VARARGS | METH_KEYWORDS,