Searched refs:time_asctime (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | timemodule.c | 664 time_asctime(PyObject *self, PyObject *args) in time_asctime() function 885 {"asctime", time_asctime, METH_VARARGS, asctime_doc},
|
/external/python/cpython3/Modules/ |
D | timemodule.c | 914 time_asctime(PyObject *self, PyObject *args) in time_asctime() function 1677 {"asctime", time_asctime, METH_VARARGS, asctime_doc},
|