Searched defs:PyCFunction_Check (Results 1 – 2 of 2) sorted by relevance
16 #define PyCFunction_Check(op) (Py_TYPE(op) == &PyCFunction_Type) macro