Searched defs:PyCFunction_GET_FLAGS (Results 1 – 2 of 2) 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