Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobject.c966 _PyObject_GetDictPtr(PyObject *obj) in _PyObject_GetDictPtr() function
1158 dictptr = _PyObject_GetDictPtr(obj); in _PyObject_GenericSetAttrWithDict()
1200 PyObject **dictptr = _PyObject_GetDictPtr(obj); in PyObject_GenericSetDict()
Dtypeobject.c1009 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_traverse()
1065 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_clear()
1203 PyObject **dictptr = _PyObject_GetDictPtr(self); in subtype_dealloc()
2129 dictptr = _PyObject_GetDictPtr(obj); in subtype_setdict()
3923 dict = _PyObject_GetDictPtr(obj); in _PyObject_GetState()
Dexceptions.c2762 dictptr = _PyObject_GetDictPtr(val); in _PyErr_TrySetFromCause()
Ddictobject.c4338 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.h541 PyAPI_FUNC(PyObject **) _PyObject_GetDictPtr(PyObject *);
/external/python/cpython2/Objects/
Dobject.c1277 _PyObject_GetDictPtr(PyObject *obj) in _PyObject_GetDictPtr() function
1513 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.c3001 dictptr = _PyObject_GetDictPtr(self); in tzinfo_reduce()
/external/python/cpython3/Modules/
D_datetimemodule.c3178 dictptr = _PyObject_GetDictPtr(self); in tzinfo_reduce()
/external/python/cpython3/Doc/c-api/
Dtypeobj.rst829 yourself; it is done for you by :c:func:`_PyObject_GetDictPtr`.)
/external/python/cpython2/Doc/c-api/
Dtypeobj.rst930 yourself; it is done for you by :c:func:`_PyObject_GetDictPtr`.)