Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dtimemodule.c410 static PyTypeObject StructTimeType; variable
420 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);
/third_party/python/Tools/c-analyzer/
DTODO675 Modules/timemodule.c:StructTimeType static PyTypeObject StructTimeType
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2361 Modules/timemodule.c - StructTimeType -