Searched refs:StructTimeType (Results 1 – 3 of 3) sorted by relevance
410 static PyTypeObject StructTimeType; variable420 PyObject *v = PyStructSequence_New(&StructTimeType);585 if (Py_IS_TYPE(args, &StructTimeType)) {1999 if (PyStructSequence_InitType2(&StructTimeType,2007 Py_INCREF(&StructTimeType);2008 if (PyModule_AddObject(module, "struct_time", (PyObject*) &StructTimeType)) {2009 Py_DECREF(&StructTimeType);
675 Modules/timemodule.c:StructTimeType static PyTypeObject StructTimeType
2361 Modules/timemodule.c - StructTimeType -