Searched refs:_PyCFunctionFastWithKeywords (Results 1 – 2 of 2) sorted by relevance
22 typedef PyObject *(*_PyCFunctionFastWithKeywords) (PyObject *, typedef
538 _PyCFunctionFastWithKeywords fastmeth = (_PyCFunctionFastWithKeywords)meth; in _PyMethodDef_RawFastCallDict()656 result = ((_PyCFunctionFastWithKeywords)meth) (self, args, nargs, kwnames); in _PyMethodDef_RawFastCallKeywords()