Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dmethodobject.h19 typedef PyObject *(*_PyCFunctionFast) (PyObject *, PyObject *const *, Py_ssize_t); typedef
/external/python/cpython3/Objects/
Dcall.c530 result = (*(_PyCFunctionFast)meth) (self, args, nargs); in _PyMethodDef_RawFastCallDict()
651 result = ((_PyCFunctionFast)meth) (self, args, nargs); in _PyMethodDef_RawFastCallKeywords()