Searched refs:datetime_isoformat (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | datetimemodule.c | 4228 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.c | 5551 datetime_isoformat(PyDateTime_DateTime *self, PyObject *args, PyObject *kw) in datetime_isoformat() function 6381 {"isoformat", (PyCFunction)(void(*)(void))datetime_isoformat, METH_VARARGS | METH_KEYWORDS,
|