Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtimemodule.c664 time_asctime(PyObject *self, PyObject *args) in time_asctime() function
885 {"asctime", time_asctime, METH_VARARGS, asctime_doc},
/external/python/cpython3/Modules/
Dtimemodule.c914 time_asctime(PyObject *self, PyObject *args) in time_asctime() function
1677 {"asctime", time_asctime, METH_VARARGS, asctime_doc},