Searched refs:TimeBase_Type (Results 1 – 1 of 1) sorted by relevance
1343 PyTypeObject TimeBase_Type; variable1345 #define TimeBaseObj_Check(x) ((x)->ob_type == &TimeBase_Type || PyObject_TypeCheck((x), &TimeBase_T…1359 it = PyObject_NEW(TimeBaseObject, &TimeBase_Type); in TimeBaseObj_New()1788 PyTypeObject TimeBase_Type = { variable28045 TimeBase_Type.ob_type = &PyType_Type; in init_Qt()28046 if (PyType_Ready(&TimeBase_Type) < 0) return; in init_Qt()28047 Py_INCREF(&TimeBase_Type); in init_Qt()28048 PyModule_AddObject(m, "TimeBase", (PyObject *)&TimeBase_Type); in init_Qt()28050 Py_INCREF(&TimeBase_Type); in init_Qt()28051 PyModule_AddObject(m, "TimeBaseType", (PyObject *)&TimeBase_Type); in init_Qt()