Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2503 date_isoformat(PyDateTime_Date *self) in date_isoformat() function
2750 {"isoformat", (PyCFunction)date_isoformat, METH_NOARGS,
/external/python/cpython3/Modules/
D_datetimemodule.c3057 date_isoformat(PyDateTime_Date *self) in date_isoformat() function
3287 {"isoformat", (PyCFunction)date_isoformat, METH_NOARGS,