Home
last modified time | relevance | path

Searched refs:PyObject_GenericGetDict (Results 1 – 12 of 12) 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},
Dexceptions.c296 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
Ddictobject.c4280 PyObject_GenericGetDict(PyObject *obj, void *context) in PyObject_GenericGetDict() function
Dtypeobject.c2164 return PyObject_GenericGetDict(obj, context); in subtype_dict()
/external/python/cpython3/Include/
Ddictobject.h99 PyAPI_FUNC(PyObject *) PyObject_GenericGetDict(PyObject *, void *);
/external/python/cpython3/Modules/
D_functoolsmodule.c262 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
1312 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
/external/python/cpython3/Modules/_io/
Diobase.c814 {"__dict__", PyObject_GenericGetDict, NULL, NULL},
/external/python/cpython3/Doc/data/
Drefcounts.dat1638 PyObject_GenericGetDict:PyObject*::+1:
1639 PyObject_GenericGetDict:PyObject*:o:0:
1640 PyObject_GenericGetDict:void*:context::
/external/python/cpython3/Doc/c-api/
Dobject.rst123 .. c:function:: PyObject* PyObject_GenericGetDict(PyObject *o, void *context)
/external/python/cpython3/Python/
DPython-ast.c608 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
/external/python/cpython3/Misc/
DHISTORY10539 - Add PyObject_GenericGetDict and PyObject_GeneriSetDict. They are generic