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