Searched refs:Component_Type (Results 1 – 1 of 1) sorted by relevance
332 PyTypeObject Component_Type; variable334 #define CmpObj_Check(x) ((x)->ob_type == &Component_Type || PyObject_TypeCheck((x), &Component_Type…349 it = PyObject_NEW(ComponentObject, &Component_Type); in CmpObj_New()721 PyTypeObject Component_Type = { variable945 Component_Type.ob_type = &PyType_Type; in init_Cm()946 if (PyType_Ready(&Component_Type) < 0) return; in init_Cm()947 Py_INCREF(&Component_Type); in init_Cm()948 PyModule_AddObject(m, "Component", (PyObject *)&Component_Type); in init_Cm()950 Py_INCREF(&Component_Type); in init_Cm()951 PyModule_AddObject(m, "ComponentType", (PyObject *)&Component_Type); in init_Cm()