Searched defs:PyMethod_Check (Results 1 – 2 of 2) sorted by relevance
22 #define PyMethod_Check(op) Py_IS_TYPE(op, &PyMethod_Type) macro
43 #define PyMethod_Check(op) ((op)->ob_type == &PyMethod_Type) macro