Searched refs:PyCFunction_GET_FLAGS (Results 1 – 3 of 3) sorted by relevance
17 #define PyCFunction_GET_FLAGS(func) \ macro
145 return PyCFunction_GET_FLAGS(op); in PyCFunction_GetFlags()530 int flags = PyCFunction_GET_FLAGS(func); in cfunction_call()
1496 flags = PyCFunction_GET_FLAGS(data->destroy); in SwigPyClientData_New()