Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dabstract.h225 _PyObject_VectorcallMethodId( in _PyObject_VectorcallMethodId() function
239 return _PyObject_VectorcallMethodId(name, &self, in _PyObject_CallMethodIdNoArgs()
249 return _PyObject_VectorcallMethodId(name, args, in _PyObject_CallMethodIdOneArg()
/third_party/python/Objects/
Ddescrobject.c1090 return _PyObject_VectorcallMethodId(&PyId_get, newargs, in mappingproxy_get()