Searched refs:PyCMethod_Check (Results 1 – 3 of 3) sorted by relevance
29 (assert(PyCMethod_Check(func)), \35 #define PyCMethod_Check(op) PyObject_TypeCheck(op, &PyCMethod_Type) macro
1605 else if (PyCMethod_Check(callable)) { in call_fail_kind()
12557 and PyCMethod_Check() for the new PyCMethod subtype.