Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dtimemodule.c245 static PyTypeObject StructTimeType; variable
250 PyObject *v = PyStructSequence_New(&StructTimeType); in tmtotuple()
981 PyStructSequence_InitType(&StructTimeType, in inittime()
984 Py_INCREF(&StructTimeType); in inittime()
985 PyModule_AddObject(m, "struct_time", (PyObject*) &StructTimeType); in inittime()
/external/python/cpython3/Modules/
Dtimemodule.c405 static PyTypeObject StructTimeType; variable
415 PyObject *v = PyStructSequence_New(&StructTimeType);
580 if (Py_IS_TYPE(args, &StructTimeType)) {
1962 if (PyStructSequence_InitType2(&StructTimeType,
1970 Py_INCREF(&StructTimeType);
1971 if (PyModule_AddObject(module, "struct_time", (PyObject*) &StructTimeType)) {
1972 Py_DECREF(&StructTimeType);
/external/python/cpython3/Tools/c-analyzer/
DTODO680 Modules/timemodule.c:StructTimeType static PyTypeObject StructTimeType
Dknown.tsv1784 Modules/timemodule.c - StructTimeType variable static PyTypeObject StructTimeType