Searched refs:GrafPort_Type (Results 1 – 1 of 1) sorted by relevance
75 PyTypeObject GrafPort_Type; variable77 #define GrafObj_Check(x) ((x)->ob_type == &GrafPort_Type || PyObject_TypeCheck((x), &GrafPort_Type))88 it = PyObject_NEW(GrafPortObject, &GrafPort_Type); in GrafObj_New()1361 PyTypeObject GrafPort_Type = { variable7136 GrafPort_Type.ob_type = &PyType_Type; in init_Qd()7137 if (PyType_Ready(&GrafPort_Type) < 0) return; in init_Qd()7138 Py_INCREF(&GrafPort_Type); in init_Qd()7139 PyModule_AddObject(m, "GrafPort", (PyObject *)&GrafPort_Type); in init_Qd()7141 Py_INCREF(&GrafPort_Type); in init_Qd()7142 PyModule_AddObject(m, "GrafPortType", (PyObject *)&GrafPort_Type); in init_Qd()