Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dfuncobject.h42 #define PyFunction_Check(op) (Py_TYPE(op) == &PyFunction_Type) macro
/external/python/cpython3/Include/
Dfuncobject.h46 #define PyFunction_Check(op) Py_IS_TYPE(op, &PyFunction_Type) macro