Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtimemodule.c613 time_strptime(PyObject *self, PyObject *args) in time_strptime() function
893 {"strptime", time_strptime, METH_VARARGS, strptime_doc},
/external/python/cpython3/Modules/
Dtimemodule.c863 time_strptime(PyObject *self, PyObject *args) in time_strptime() function
1685 {"strptime", time_strptime, METH_VARARGS, strptime_doc},