Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtimemodule.c615 PyObject *strptime_module = PyImport_ImportModuleNoBlock("_strptime"); in time_strptime() local
618 if (!strptime_module) in time_strptime()
620 strptime_result = PyObject_CallMethod(strptime_module, in time_strptime()
622 Py_DECREF(strptime_module); in time_strptime()