Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dabstract.h229 _PyObject_VectorcallMethodId( in _PyObject_VectorcallMethodId() function
243 return _PyObject_VectorcallMethodId(name, &self, in _PyObject_CallMethodIdNoArgs()
253 return _PyObject_VectorcallMethodId(name, args, in _PyObject_CallMethodIdOneArg()
/external/python/cpython3/Objects/
Ddescrobject.c1087 return _PyObject_VectorcallMethodId(&PyId_get, newargs, in mappingproxy_get()