Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/qdoffs/
D_Qdoffsmodule.c36 PyTypeObject GWorld_Type; variable
38 #define GWorldObj_Check(x) ((x)->ob_type == &GWorld_Type || PyObject_TypeCheck((x), &GWorld_Type))
49 it = PyObject_NEW(GWorldObject, &GWorld_Type); in GWorldObj_New()
154 PyTypeObject GWorld_Type = { variable
711 GWorld_Type.ob_type = &PyType_Type; in init_Qdoffs()
712 if (PyType_Ready(&GWorld_Type) < 0) return; in init_Qdoffs()
713 Py_INCREF(&GWorld_Type); in init_Qdoffs()
714 PyModule_AddObject(m, "GWorld", (PyObject *)&GWorld_Type); in init_Qdoffs()
716 Py_INCREF(&GWorld_Type); in init_Qdoffs()
717 PyModule_AddObject(m, "GWorldType", (PyObject *)&GWorld_Type); in init_Qdoffs()