Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c7351 PyTypeObject SGOutput_Type; variable
7353 #define SGOutputObj_Check(x) ((x)->ob_type == &SGOutput_Type || PyObject_TypeCheck((x), &SGOutput_T…
7367 it = PyObject_NEW(SGOutputObject, &SGOutput_Type); in SGOutputObj_New()
7426 PyTypeObject SGOutput_Type = { variable
28080 SGOutput_Type.ob_type = &PyType_Type; in init_Qt()
28081 if (PyType_Ready(&SGOutput_Type) < 0) return; in init_Qt()
28082 Py_INCREF(&SGOutput_Type); in init_Qt()
28083 PyModule_AddObject(m, "SGOutput", (PyObject *)&SGOutput_Type); in init_Qt()
28085 Py_INCREF(&SGOutput_Type); in init_Qt()
28086 PyModule_AddObject(m, "SGOutputType", (PyObject *)&SGOutput_Type); in init_Qt()