Home
last modified time | relevance | path

Searched refs:PyObject_GenericGetDict (Results 1 - 11 of 11) sorted by relevance

/third_party/python/Include/
H A Ddictobject.h61 PyAPI_FUNC(PyObject *) PyObject_GenericGetDict(PyObject *, void *);
/third_party/python/Objects/
H A Dfuncobject.c570 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
952 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict, NULL, NULL},
1150 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict, NULL, NULL},
H A Dodictobject.c1343 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
H A Dexceptions.c368 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
H A Dtypeobject.c2339 return PyObject_GenericGetDict(obj, context); in subtype_dict()
4981 state = PyObject_GenericGetDict(obj, NULL); in object_getstate_default()
H A Ddictobject.c5589 PyObject_GenericGetDict(PyObject *obj, void *context) in PyObject_GenericGetDict() function
/third_party/python/Modules/_io/
H A Diobase.c823 {"__dict__", PyObject_GenericGetDict, NULL, NULL},
/third_party/python/Modules/
H A D_functoolsmodule.c352 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
1393 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
H A D_testcapimodule.c7701 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},
/third_party/python/PC/
H A Dpython3dll.c456 EXPORT_FUNC(PyObject_GenericGetDict)
/third_party/python/Python/
H A DPython-ast.c899 {"__dict__", PyObject_GenericGetDict, PyObject_GenericSetDict},

Completed in 54 milliseconds