Searched defs:PyBuffer_Check (Results 1 – 2 of 2) sorted by relevance
15 #define PyBuffer_Check(op) (Py_TYPE(op) == &PyBuffer_Type) macro