Searched refs:strptime_module (Results 1 – 1 of 1) sorted by relevance
615 PyObject *strptime_module = PyImport_ImportModuleNoBlock("_strptime"); in time_strptime() local618 if (!strptime_module) in time_strptime()620 strptime_result = PyObject_CallMethod(strptime_module, in time_strptime()622 Py_DECREF(strptime_module); in time_strptime()