Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c7355 typedef struct SGOutputObject { struct
7358 } SGOutputObject; typedef
7362 SGOutputObject *it; in SGOutputObj_New()
7367 it = PyObject_NEW(SGOutputObject, &SGOutput_Type); in SGOutputObj_New()
7385 *p_itself = ((SGOutputObject *)v)->ob_itself; in SGOutputObj_Convert()
7389 static void SGOutputObj_dealloc(SGOutputObject *self) in SGOutputObj_dealloc()
7419 ((SGOutputObject *)_self)->ob_itself = itself; in SGOutputObj_tp_new()
7430 sizeof(SGOutputObject), /*tp_basicsize*/