Searched refs:_PyCFunctionFastWithKeywords (Results 1 – 4 of 4) sorted by relevance
23 typedef PyObject *(*_PyCFunctionFastWithKeywords) (PyObject *, typedef
437 _PyCFunctionFastWithKeywords meth = (_PyCFunctionFastWithKeywords) in cfunction_vectorcall_FASTCALL_KEYWORDS()
402 _PyCFunctionFastWithKeywords meth = (_PyCFunctionFastWithKeywords) in method_vectorcall_FASTCALL_KEYWORDS()
176 .. c:type:: _PyCFunctionFastWithKeywords182 PyObject *_PyCFunctionFastWithKeywords(PyObject *self,270 with methods of type :c:type:`_PyCFunctionFastWithKeywords`.