Home
last modified time | relevance | path

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

/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c1412 #define BMObj_Check(x) ((x)->ob_type == &BitMap_Type || PyObject_TypeCheck((x), &BitMap_Type)) macro
1435 if (!BMObj_Check(v)) in BMObj_Convert()