Searched refs:PyCFunction_GET_FLAGS (Results 1 – 6 of 6) sorted by relevance
33 #define PyCFunction_GET_FLAGS(func) \ macro
39 #define PyCFunction_GET_FLAGS(func) \ macro
79 return PyCFunction_GET_FLAGS(op); in PyCFunction_GetFlags()
13 return !(PyCFunction_GET_FLAGS(callable) & METH_VARARGS); in _PyObject_HasFastCall()748 if (PyCFunction_GET_FLAGS(func) & METH_KEYWORDS) { in cfunction_call_varargs()783 if (PyCFunction_GET_FLAGS(func) & METH_VARARGS) { in PyCFunction_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()