Home
last modified time | relevance | path

Searched refs:_PyObject_GetMethod (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dcall.c839 int unbound = _PyObject_GetMethod(args[0], name, &callable); in PyObject_VectorcallMethod()
871 int is_method = _PyObject_GetMethod(obj, name, &callable); in PyObject_CallMethodObjArgs()
901 int is_method = _PyObject_GetMethod(obj, oname, &callable); in _PyObject_CallMethodIdObjArgs()
Dobject.c1150 _PyObject_GetMethod(PyObject *obj, PyObject *name, PyObject **method) in _PyObject_GetMethod() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dobject.h295 PyAPI_FUNC(int) _PyObject_GetMethod(PyObject *obj, PyObject *name, PyObject **method);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dobject.h295 PyAPI_FUNC(int) _PyObject_GetMethod(PyObject *obj, PyObject *name, PyObject **method);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dobject.h295 PyAPI_FUNC(int) _PyObject_GetMethod(PyObject *obj, PyObject *name, PyObject **method);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dobject.h295 PyAPI_FUNC(int) _PyObject_GetMethod(PyObject *obj, PyObject *name, PyObject **method);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dobject.h295 PyAPI_FUNC(int) _PyObject_GetMethod(PyObject *obj, PyObject *name, PyObject **method);
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.8.0b1.rst2008 ``_PyObject_CallMethodIdObjArgs`` to use ``_PyObject_GetMethod`` to avoid
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c923 int meth_found = _PyObject_GetMethod(map, &_Py_ID(get), &get); in match_keys()
4492 int meth_found = _PyObject_GetMethod(obj, name, &meth);
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi1154 …<elf-symbol name='_PyObject_GetMethod' type='func-type' binding='global-binding' visibility='defau…
9392_PyObject_GetMethod' mangled-name='_PyObject_GetMethod' filepath='Objects/object.c' line='1145' co…