Home
last modified time | relevance | path

Searched refs:PyObject_GenericGetDict (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/python/cpython3/Objects/
Dfuncobject.c570 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
952 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict, NULL, NULL},
1150 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict, NULL, NULL},
Dodictobject.c1343 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
Dexceptions.c368 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
Dtypeobject.c2339 return PyObject_GenericGetDict(obj, context); in subtype_dict()
4981 state = PyObject_GenericGetDict(obj, NULL); in object_getstate_default()
Ddictobject.c5589 PyObject_GenericGetDict(PyObject *obj, void *context) in PyObject_GenericGetDict() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Ddictobject.h61 PyAPI_FUNC(PyObject *) PyObject_GenericGetDict(PyObject *, void *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Ddictobject.h61 PyAPI_FUNC(PyObject *) PyObject_GenericGetDict(PyObject *, void *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Ddictobject.h61 PyAPI_FUNC(PyObject *) PyObject_GenericGetDict(PyObject *, void *);
/aosp_15_r20/external/python/cpython3/Include/
Ddictobject.h61 PyAPI_FUNC(PyObject *) PyObject_GenericGetDict(PyObject *, void *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Ddictobject.h61 PyAPI_FUNC(PyObject *) PyObject_GenericGetDict(PyObject *, void *);
/aosp_15_r20/external/python/cpython3/Modules/
D_functoolsmodule.c352 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
1393 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
D_testcapimodule.c7701 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
/aosp_15_r20/external/python/cpython3/Modules/_io/
Diobase.c823 {"__dict__", PyObject_GenericGetDict, NULL, NULL},
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat1669 PyObject_GenericGetDict:PyObject*::+1:
1670 PyObject_GenericGetDict:PyObject*:o:0:
1671 PyObject_GenericGetDict:void*:context::
Dstable_abi.dat507 function,PyObject_GenericGetDict,3.10,,
Dpython3.11.abi530 …<elf-symbol name='PyObject_GenericGetDict' type='func-type' binding='global-binding' visibility='d…
8799PyObject_GenericGetDict' mangled-name='PyObject_GenericGetDict' filepath='Objects/dictobject.c' li…
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c456 EXPORT_FUNC(PyObject_GenericGetDict)
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dobject.rst124 .. c:function:: PyObject* PyObject_GenericGetDict(PyObject *o, void *context)
Dtypeobj.rst1731 To get the pointer to the dictionary call :c:func:`PyObject_GenericGetDict`.
1732 Calling :c:func:`PyObject_GenericGetDict` may need to allocate memory for the
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.10.0a2.rst871 :c:func:`PyObject_GenericGetDict` is available again in the limited API when
/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dguards.cpp2743 PyObject* x = PyObject_GenericGetDict(obj, nullptr); // new ref in check_nopybind()
2756 PyObject* x = PyObject_GenericGetDict(obj, nullptr); // new ref in check_verbose_nopybind()
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml2155 [function.PyObject_GenericGetDict]
DHISTORY10539 - Add PyObject_GenericGetDict and PyObject_GeneriSetDict. They are generic
/aosp_15_r20/external/python/cpython3/Python/
DPython-ast.c899 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},