Searched refs:PyCFunction_GET_FLAGS (Results 1 – 3 of 3) sorted by relevance
33 #define PyCFunction_GET_FLAGS(func) \ macro
78 switch (PyCFunction_GET_FLAGS(func) & ~(METH_CLASS | METH_STATIC | METH_COEXIST)) { in PyCFunction_Call()
4328 int flags = PyCFunction_GET_FLAGS(func); in call_function()