Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dtimemodule.c245 static PyTypeObject StructTimeType; variable
250 PyObject *v = PyStructSequence_New(&StructTimeType); in tmtotuple()
883 PyStructSequence_InitType(&StructTimeType, in inittime()
886 Py_INCREF(&StructTimeType); in inittime()
887 PyModule_AddObject(m, "struct_time", (PyObject*) &StructTimeType); in inittime()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtimemodule.c245 static PyTypeObject StructTimeType; variable
250 PyObject *v = PyStructSequence_New(&StructTimeType); in tmtotuple()
878 PyStructSequence_InitType(&StructTimeType, in inittime()
881 Py_INCREF(&StructTimeType); in inittime()
882 PyModule_AddObject(m, "struct_time", (PyObject*) &StructTimeType); in inittime()