Home
last modified time | relevance | path

Searched defs:PyMethod_Check (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dclassobject.h22 #define PyMethod_Check(op) Py_IS_TYPE(op, &PyMethod_Type) macro
/external/python/cpython2/Include/
Dclassobject.h43 #define PyMethod_Check(op) ((op)->ob_type == &PyMethod_Type) macro