Home
last modified time | relevance | path

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

/third_party/python/Include/
Ddictobject.h61 PyAPI_FUNC(PyObject *) PyObject_GenericGetDict(PyObject *, void *);
/third_party/python/Objects/
Dfuncobject.c506 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
885 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict, NULL, NULL},
1083 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict, NULL, NULL},
Dodictobject.c1395 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
Dexceptions.c301 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
Ddictobject.c4990 PyObject_GenericGetDict(PyObject *obj, void *context) in PyObject_GenericGetDict() function
Dtypeobject.c2318 return PyObject_GenericGetDict(obj, context); in subtype_dict()
/third_party/python/Modules/_io/
Diobase.c832 {"__dict__", PyObject_GenericGetDict, NULL, NULL},
/third_party/python/Modules/
D_functoolsmodule.c351 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
1392 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
D_testcapimodule.c6861 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
/third_party/python/PC/
Dpython3dll.c447 EXPORT_FUNC(PyObject_GenericGetDict)
/third_party/python/Doc/data/
Dstable_abi.dat491 function,PyObject_GenericGetDict,3.10,
Drefcounts.dat1669 PyObject_GenericGetDict:PyObject*::+1:
1670 PyObject_GenericGetDict:PyObject*:o:0:
1671 PyObject_GenericGetDict:void*:context::
/third_party/python/Doc/c-api/
Dobject.rst123 .. c:function:: PyObject* PyObject_GenericGetDict(PyObject *o, void *context)
/third_party/python/Misc/NEWS.d/
D3.10.0a2.rst871 :c:func:`PyObject_GenericGetDict` is available again in the limited API when
/third_party/python/Misc/
Dstable_abi.txt2077 function PyObject_GenericGetDict
DHISTORY10539 - Add PyObject_GenericGetDict and PyObject_GeneriSetDict. They are generic
/third_party/python/Python/
DPython-ast.c891 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},