Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c7353 #define SGOutputObj_Check(x) ((x)->ob_type == &SGOutput_Type || PyObject_TypeCheck((x), &SGOutput_T… macro
7380 if (!SGOutputObj_Check(v)) in SGOutputObj_Convert()