Searched refs:PyCFunction_GET_FLAGS (Results 1 – 7 of 7) sorted by relevance
17 #define PyCFunction_GET_FLAGS(func) \ macro
33 #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()
78 switch (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)) { in PyCFunction_Call()
4348 int flags = PyCFunction_GET_FLAGS(func); in call_function()
1496 flags = PyCFunction_GET_FLAGS(data->destroy); in SwigPyClientData_New()
1395 flags = PyCFunction_GET_FLAGS(data->destroy); in SwigPyClientData_New()