Home
last modified time | relevance | path

Searched refs:PyFunction_GetAnnotations (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/python/cpython3/Include/cpython/
Dfuncobject.h76 PyAPI_FUNC(PyObject *) PyFunction_GetAnnotations(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dfuncobject.h76 PyAPI_FUNC(PyObject *) PyFunction_GetAnnotations(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dfuncobject.h76 PyAPI_FUNC(PyObject *) PyFunction_GetAnnotations(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dfuncobject.h76 PyAPI_FUNC(PyObject *) PyFunction_GetAnnotations(PyObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dfuncobject.h76 PyAPI_FUNC(PyObject *) PyFunction_GetAnnotations(PyObject *);
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dfunction.rst100 .. c:function:: PyObject *PyFunction_GetAnnotations(PyObject *op)
/aosp_15_r20/external/python/cpython3/Objects/
Dfuncobject.c310 PyFunction_GetAnnotations(PyObject *op) in PyFunction_GetAnnotations() function
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat909 PyFunction_GetAnnotations:PyObject*::0:
910 PyFunction_GetAnnotations:PyObject*:op:0:
Dpython3.11.abi259 …<elf-symbol name='PyFunction_GetAnnotations' type='func-type' binding='global-binding' visibility=…
8372PyFunction_GetAnnotations' mangled-name='PyFunction_GetAnnotations' filepath='Objects/funcobject.c…
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0a4.rst1130 Fix a bug in :c:func:`PyFunction_GetAnnotations` that caused it to return a
D3.11.1.rst303 Bugfix: :func:`PyFunction_GetAnnotations` should return a borrowed