Searched refs:Scrap_Type (Results 1 – 1 of 1) sorted by relevance
25 PyTypeObject Scrap_Type; variable27 #define ScrapObj_Check(x) ((x)->ob_type == &Scrap_Type || PyObject_TypeCheck((x), &Scrap_Type))37 it = PyObject_NEW(ScrapObject, &Scrap_Type); in ScrapObj_New()233 PyTypeObject Scrap_Type = { variable357 Scrap_Type.ob_type = &PyType_Type; in init_Scrap()358 Py_INCREF(&Scrap_Type); in init_Scrap()359 if (PyDict_SetItemString(d, "ScrapType", (PyObject *)&Scrap_Type) != 0) in init_Scrap()