Searched refs:PyCFunctionWithKeywords (Results 1 – 4 of 4) sorted by relevance
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`.
539 result = (*(PyCFunctionWithKeywords)(void(*)(void))meth)(self, args, kwargs); in cfunction_call()
341 PyCFunctionWithKeywords meth = (PyCFunctionWithKeywords) in method_vectorcall_VARARGS_KEYWORDS()