Searched refs:BMObj_Check (Results 1 – 1 of 1) sorted by relevance
1412 #define BMObj_Check(x) ((x)->ob_type == &BitMap_Type || PyObject_TypeCheck((x), &BitMap_Type)) macro1435 if (!BMObj_Check(v)) in BMObj_Convert()