Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dabstract.h8 # define _PyObject_CallMethodId _PyObject_CallMethodId_SizeT macro
/third_party/python/Objects/
Dcall.c612 _PyObject_CallMethodId(PyObject *obj, _Py_Identifier *name, in _PyObject_CallMethodId() function