Home
last modified time | relevance | path

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

/external/python/cpython2/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()