Searched refs:strptime_module (Results 1 – 2 of 2) sorted by relevance
543 PyObject *strptime_module = PyImport_ImportModuleNoBlock("_strptime"); in time_strptime() local546 if (!strptime_module) in time_strptime()548 strptime_result = PyObject_CallMethod(strptime_module, in time_strptime()550 Py_DECREF(strptime_module); in time_strptime()