Searched defs:PyCFunction_GET_FLAGS (Results 1 – 6 of 6) sorted by relevance
58 static inline int PyCFunction_GET_FLAGS(PyObject *func) { in PyCFunction_GET_FLAGS() function62 # define PyCFunction_GET_FLAGS(func) PyCFunction_GET_FLAGS(_PyObject_CAST(func)) macro
33 #define PyCFunction_GET_FLAGS(func) \ macro