Searched refs:_PyCFunctionFast (Results 1 – 2 of 2) sorted by relevance
19 typedef PyObject *(*_PyCFunctionFast) (PyObject *, PyObject *const *, Py_ssize_t); typedef
530 result = (*(_PyCFunctionFast)meth) (self, args, nargs); in _PyMethodDef_RawFastCallDict()651 result = ((_PyCFunctionFast)meth) (self, args, nargs); in _PyMethodDef_RawFastCallKeywords()