Searched refs:time_ctime (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | timemodule.c | 688 time_ctime(PyObject *self, PyObject *args) in time_ctime() function 886 {"ctime", time_ctime, METH_VARARGS, ctime_doc},
|
/external/python/cpython3/Modules/ |
D | timemodule.c | 943 time_ctime(PyObject *self, PyObject *args) in time_ctime() function 1678 {"ctime", time_ctime, METH_VARARGS, ctime_doc},
|