Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dcall.c538 _PyCFunctionFastWithKeywords fastmeth = (_PyCFunctionFastWithKeywords)meth; in _PyMethodDef_RawFastCallDict() local
544 result = (*fastmeth) (self, stack, nargs, kwnames); in _PyMethodDef_RawFastCallDict()