Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c3276 time_isoformat(PyDateTime_Time *self, PyObject *unused) in time_isoformat() function
3522 {"isoformat", (PyCFunction)time_isoformat, METH_NOARGS,
/external/python/cpython3/Modules/
D_datetimemodule.c4317 time_isoformat(PyDateTime_Time *self, PyObject *args, PyObject *kw) in time_isoformat() function
4673 {"isoformat", (PyCFunction)(void(*)(void))time_isoformat, METH_VARARGS | METH_KEYWORDS,