Searched refs:time_strptime (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython2/Modules/ |
D | timemodule.c | 613 time_strptime(PyObject *self, PyObject *args) in time_strptime() function 893 {"strptime", time_strptime, METH_VARARGS, strptime_doc},
|
/external/python/cpython3/Modules/ |
D | timemodule.c | 863 time_strptime(PyObject *self, PyObject *args) in time_strptime() function 1685 {"strptime", time_strptime, METH_VARARGS, strptime_doc},
|