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

/external/python/cpython2/Mac/Modules/qdoffs/
H A 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);
154 PyTypeObject GWorld_Type = { variable
711 GWorld_Type.ob_type = &PyType_Type;
712 if (PyType_Ready(&GWorld_Type) < 0) return;
713 Py_INCREF(&GWorld_Type);
714 PyModule_AddObject(m, "GWorld", (PyObject *)&GWorld_Type);
716 Py_INCREF(&GWorld_Type);
[all...]

Completed in 76 milliseconds