Searched defs:PyCMethod_Check (Results 1 – 5 of 5) sorted by relevance
35 #define PyCMethod_Check(op) PyObject_TypeCheck(op, &PyCMethod_Type) macro