Searched refs:PyCFunctionWithKeywords (Results 1 – 7 of 7) sorted by relevance
19 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
21 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
155 .. c:type:: PyCFunctionWithKeywords161 PyObject *PyCFunctionWithKeywords(PyObject *self,247 Methods with these flags must be of type :c:type:`PyCFunctionWithKeywords`.
85 return (*(PyCFunctionWithKeywords)meth)(self, arg, kw); in PyCFunction_Call()
539 result = (*(PyCFunctionWithKeywords)(void(*)(void))meth)(self, args, kwargs); in cfunction_call()
341 PyCFunctionWithKeywords meth = (PyCFunctionWithKeywords) in method_vectorcall_VARARGS_KEYWORDS()
178 Methods with these flags must be of type :c:type:`PyCFunctionWithKeywords`.