Searched refs:ComponentInstanceObject (Results 1 – 1 of 1) sorted by relevance
65 typedef struct ComponentInstanceObject { struct68 } ComponentInstanceObject; typedef72 ComponentInstanceObject *it; in CmpInstObj_New()77 it = PyObject_NEW(ComponentInstanceObject, &ComponentInstance_Type); in CmpInstObj_New()90 *p_itself = ((ComponentInstanceObject *)v)->ob_itself; in CmpInstObj_Convert()94 static void CmpInstObj_dealloc(ComponentInstanceObject *self) in CmpInstObj_dealloc()100 static PyObject *CmpInstObj_CloseComponent(ComponentInstanceObject *_self, PyObject *_args) in CmpInstObj_CloseComponent()116 static PyObject *CmpInstObj_GetComponentInstanceError(ComponentInstanceObject *_self, PyObject *_ar… in CmpInstObj_GetComponentInstanceError()132 static PyObject *CmpInstObj_SetComponentInstanceError(ComponentInstanceObject *_self, PyObject *_ar… in CmpInstObj_SetComponentInstanceError()149 static PyObject *CmpInstObj_GetComponentInstanceStorage(ComponentInstanceObject *_self, PyObject *_… in CmpInstObj_GetComponentInstanceStorage()[all …]