Searched refs:_PyCFunctionFast (Results 1 – 4 of 4) sorted by relevance
20 typedef PyObject *(*_PyCFunctionFast) (PyObject *, PyObject *const *, Py_ssize_t); typedef
425 _PyCFunctionFast meth = (_PyCFunctionFast) in cfunction_vectorcall_FASTCALL()
381 _PyCFunctionFast meth = (_PyCFunctionFast) in method_vectorcall_FASTCALL()
197 .. c:type:: _PyCFunctionFast203 PyObject *_PyCFunctionFast(PyObject *self,288 The methods have the type :c:type:`_PyCFunctionFast`.