Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_call.h66 extern PyObject* _PyObject_CallMethodIdObjArgs(
/external/python/cpython3/Objects/
Dcall.c889 _PyObject_CallMethodIdObjArgs(PyObject *obj, _Py_Identifier *name, ...) in _PyObject_CallMethodIdObjArgs() function
/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst2008 ``_PyObject_CallMethodIdObjArgs`` to use ``_PyObject_GetMethod`` to avoid