Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtimemodule.c688 time_ctime(PyObject *self, PyObject *args) in time_ctime() function
886 {"ctime", time_ctime, METH_VARARGS, ctime_doc},
/external/python/cpython3/Modules/
Dtimemodule.c943 time_ctime(PyObject *self, PyObject *args) in time_ctime() function
1678 {"ctime", time_ctime, METH_VARARGS, ctime_doc},