Searched refs:_PyObject_GetMethod (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/python/cpython3/Objects/ |
D | call.c | 839 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()
|
D | object.c | 1150 _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/ |
D | object.h | 295 PyAPI_FUNC(int) _PyObject_GetMethod(PyObject *obj, PyObject *name, PyObject **method);
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | object.h | 295 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/ |
D | object.h | 295 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/ |
D | object.h | 295 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/ |
D | object.h | 295 PyAPI_FUNC(int) _PyObject_GetMethod(PyObject *obj, PyObject *name, PyObject **method);
|
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/ |
D | 3.8.0b1.rst | 2008 ``_PyObject_CallMethodIdObjArgs`` to use ``_PyObject_GetMethod`` to avoid
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | ceval.c | 923 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/ |
D | python3.11.abi | 1154 …<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…
|