Home
last modified time | relevance | path

Searched refs:_PyObject_GetDictPtr (Results 1 – 13 of 13) sorted by relevance

/external/python/cpython3/Objects/
Dobject.c1050 _PyObject_GetDictPtr(PyObject *obj) in _PyObject_GetDictPtr() function
1160 dictptr = _PyObject_GetDictPtr(obj); in _PyObject_GetMethod()
1343 dictptr = _PyObject_GetDictPtr(obj); in _PyObject_GenericSetAttrWithDict()
1385 PyObject **dictptr = _PyObject_GetDictPtr(obj); in PyObject_GenericSetDict()
Dtypeobject.c1043 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_traverse()
1099 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_clear()
1237 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_dealloc()
2189 dictptr = _PyObject_GetDictPtr(obj); in subtype_setdict()
4129 dict = _PyObject_GetDictPtr(obj); in _PyObject_GetState()
Dexceptions.c2768 dictptr = _PyObject_GetDictPtr(val); in _PyErr_TrySetFromCause()
Ddictobject.c4282 PyObject *dict, **dictptr = _PyObject_GetDictPtr(obj); in PyObject_GenericGetDict()
/external/python/cpython2/Include/
Dobject.h477 PyAPI_FUNC(PyObject **) _PyObject_GetDictPtr(PyObject *);
/external/python/cpython3/Include/
Dobject.h554 PyAPI_FUNC(PyObject **) _PyObject_GetDictPtr(PyObject *);
/external/python/cpython2/Objects/
Dobject.c1282 _PyObject_GetDictPtr(PyObject *obj) in _PyObject_GetDictPtr() function
1518 dictptr = _PyObject_GetDictPtr(obj); in _PyObject_GenericSetAttrWithDict()
Dtypeobject.c854 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_traverse()
910 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_clear()
1031 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_dealloc()
1892 dictptr = _PyObject_GetDictPtr(obj); in subtype_dict()
1928 dictptr = _PyObject_GetDictPtr(obj); in subtype_setdict()
/external/python/cpython2/PC/os2emx/
Dpython27.def471 "_PyObject_GetDictPtr"
/external/python/cpython2/Modules/
Ddatetimemodule.c3006 dictptr = _PyObject_GetDictPtr(self); in tzinfo_reduce()
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst830 yourself; it is done for you by :c:func:`_PyObject_GetDictPtr`.)
/external/python/cpython3/Modules/
D_datetimemodule.c3538 dictptr = _PyObject_GetDictPtr(self); in tzinfo_reduce()
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst915 yourself; it is done for you by :c:func:`_PyObject_GetDictPtr`.)