Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dabstract.h142 # define _PyObject_CallMethodId _PyObject_CallMethodId_SizeT
330 PyAPI_FUNC(PyObject *) _PyObject_CallMethodId_SizeT(PyObject *obj,
/external/python/cpython3/Objects/
Dcall.c1129 _PyObject_CallMethodId_SizeT(PyObject *obj, _Py_Identifier *name, in _PyObject_CallMethodId_SizeT() function