Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c99 PyTypeObject IdleManager_Type; variable
101 …ine IdleManagerObj_Check(x) ((x)->ob_type == &IdleManager_Type || PyObject_TypeCheck((x), &IdleMan…
115 it = PyObject_NEW(IdleManagerObject, &IdleManager_Type); in IdleManagerObj_New()
174 PyTypeObject IdleManager_Type = { variable
28031 IdleManager_Type.ob_type = &PyType_Type; in init_Qt()
28032 if (PyType_Ready(&IdleManager_Type) < 0) return; in init_Qt()
28033 Py_INCREF(&IdleManager_Type); in init_Qt()
28034 PyModule_AddObject(m, "IdleManager", (PyObject *)&IdleManager_Type); in init_Qt()
28036 Py_INCREF(&IdleManager_Type); in init_Qt()
28037 PyModule_AddObject(m, "IdleManagerType", (PyObject *)&IdleManager_Type); in init_Qt()