Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dfuncobject.c415 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
739 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict, NULL, NULL},
920 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict, NULL, NULL},
Dodictobject.c1345 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
Dobject.c1383 PyObject_GenericSetDict(PyObject *obj, PyObject *value, void *context) in PyObject_GenericSetDict() function
Dexceptions.c296 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
/external/python/cpython3/Modules/
D_functoolsmodule.c262 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
1312 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
/external/python/cpython3/PC/
Dpython3.def468 PyObject_GenericSetDict=python37.PyObject_GenericSetDict
/external/python/cpython3/Include/
Dobject.h564 PyAPI_FUNC(int) PyObject_GenericSetDict(PyObject *, PyObject *, void *);
/external/python/cpython3/Doc/data/
Drefcounts.dat1647 PyObject_GenericSetDict:int:::
1648 PyObject_GenericSetDict:PyObject*:o:+1:
1649 PyObject_GenericSetDict:void*:context::
/external/python/cpython3/Doc/c-api/
Dobject.rst131 .. c:function:: int PyObject_GenericSetDict(PyObject *o, void *context)
/external/python/cpython3/Python/
DPython-ast.c608 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},