Searched refs:PyCFunctionWithKeywords (Results 1 – 3 of 3) sorted by relevance
19 typedef PyObject *(*PyCFunctionWithKeywords)(PyObject *, PyObject *, typedef
85 return (*(PyCFunctionWithKeywords)meth)(self, arg, kw); in PyCFunction_Call()
178 Methods with these flags must be of type :c:type:`PyCFunctionWithKeywords`.