Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dmethodobject.h110 PyAPI_FUNC(PyObject *) _PyMethodDef_RawFastCallDict(
/external/python/cpython3/Objects/
Dcall.c446 _PyMethodDef_RawFastCallDict(PyMethodDef *method, PyObject *self, in _PyMethodDef_RawFastCallDict() function
582 result = _PyMethodDef_RawFastCallDict(((PyCFunctionObject*)func)->m_ml, in _PyCFunction_FastCallDict()
Ddescrobject.c249 result = _PyMethodDef_RawFastCallDict(descr->d_method, self, in methoddescr_call()
333 result = _PyMethodDef_RawFastCallDict(descr->d_method, self, in classmethoddescr_call()