Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtimemodule.c543 PyObject *strptime_module = PyImport_ImportModuleNoBlock("_strptime"); in time_strptime() local
546 if (!strptime_module) in time_strptime()
548 strptime_result = PyObject_CallMethod(strptime_module, in time_strptime()
550 Py_DECREF(strptime_module); in time_strptime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dtimemodule.c543 PyObject *strptime_module = PyImport_ImportModuleNoBlock("_strptime"); in time_strptime() local
546 if (!strptime_module) in time_strptime()
548 strptime_result = PyObject_CallMethod(strptime_module, in time_strptime()
550 Py_DECREF(strptime_module); in time_strptime()