Home
last modified time | relevance | path

Searched refs:_PyCFunctionFastWithKeywords (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dmethodobject.h22 typedef PyObject *(*_PyCFunctionFastWithKeywords) (PyObject *, typedef
/external/python/cpython3/Objects/
Dcall.c538 _PyCFunctionFastWithKeywords fastmeth = (_PyCFunctionFastWithKeywords)meth; in _PyMethodDef_RawFastCallDict()
656 result = ((_PyCFunctionFastWithKeywords)meth) (self, args, nargs, kwnames); in _PyMethodDef_RawFastCallKeywords()