Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c2520 date_ctime(PyDateTime_Date *self) in date_ctime() function
2734 {"ctime", (PyCFunction)date_ctime, METH_NOARGS,
/external/python/cpython3/Modules/
D_datetimemodule.c3173 date_ctime(PyDateTime_Date *self, PyObject *Py_UNUSED(ignored)) in date_ctime() function
3510 {"ctime", (PyCFunction)date_ctime, METH_NOARGS,