Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c4228 datetime_isoformat(PyDateTime_DateTime *self, PyObject *args, PyObject *kw) in datetime_isoformat() function
4650 {"isoformat", (PyCFunction)datetime_isoformat, METH_VARARGS | METH_KEYWORDS,
/external/python/cpython3/Modules/
D_datetimemodule.c5551 datetime_isoformat(PyDateTime_DateTime *self, PyObject *args, PyObject *kw) in datetime_isoformat() function
6381 {"isoformat", (PyCFunction)(void(*)(void))datetime_isoformat, METH_VARARGS | METH_KEYWORDS,