Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfuncobject.c458 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
788 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict, NULL, NULL},
970 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict, NULL, NULL},
Dodictobject.c1397 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
Dobject.c1365 PyObject_GenericSetDict(PyObject *obj, PyObject *value, void *context) in PyObject_GenericSetDict() function
Dexceptions.c296 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
/external/python/cpython3/Include/
Dobject.h257 PyAPI_FUNC(int) PyObject_GenericSetDict(PyObject *, PyObject *, void *);
/external/python/cpython3/Modules/
D_functoolsmodule.c299 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
1359 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
D_testcapimodule.c6467 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
/external/python/cpython3/PC/
Dpython3.def470 PyObject_GenericSetDict=python39.PyObject_GenericSetDict
/external/python/cpython3/Doc/data/
Drefcounts.dat1675 PyObject_GenericSetDict:int:::
1676 PyObject_GenericSetDict:PyObject*:o:0:
1677 PyObject_GenericSetDict:PyObject*:value:+1:
1678 PyObject_GenericSetDict:void*:context::
/external/python/cpython3/Doc/c-api/
Dobject.rst131 .. c:function:: int PyObject_GenericSetDict(PyObject *o, PyObject *value, void *context)
/external/python/cpython3/Python/
DPython-ast.c1016 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},