Searched defs:PyInstanceMethod_Check (Results 1 – 5 of 5) sorted by relevance
43 #define PyInstanceMethod_Check(op) Py_IS_TYPE(op, &PyInstanceMethod_Type) macro