Searched defs:PyFunction_Check (Results 1 – 2 of 2) sorted by relevance
42 #define PyFunction_Check(op) (Py_TYPE(op) == &PyFunction_Type) macro
46 #define PyFunction_Check(op) Py_IS_TYPE(op, &PyFunction_Type) macro