Home
last modified time | relevance | path

Searched defs:_PyObject_CallMethodId (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dabstract.h11 #define _PyObject_CallMethodId _PyObject_CallMethodId_SizeT macro
/external/python/cpython3/Objects/
Dabstract.c2608 _PyObject_CallMethodId(PyObject *o, _Py_Identifier *name, in _PyObject_CallMethodId() function