Searched refs:StructTimeType (Results 1 – 4 of 4) sorted by relevance
245 static PyTypeObject StructTimeType; variable250 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()
405 static PyTypeObject StructTimeType; variable415 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);
680 Modules/timemodule.c:StructTimeType static PyTypeObject StructTimeType
1784 Modules/timemodule.c - StructTimeType variable static PyTypeObject StructTimeType