Searched refs:_PyObject_GetDictPtr (Results 1 – 13 of 13) sorted by relevance
1050 _PyObject_GetDictPtr(PyObject *obj) in _PyObject_GetDictPtr() function1160 dictptr = _PyObject_GetDictPtr(obj); in _PyObject_GetMethod()1343 dictptr = _PyObject_GetDictPtr(obj); in _PyObject_GenericSetAttrWithDict()1385 PyObject **dictptr = _PyObject_GetDictPtr(obj); in PyObject_GenericSetDict()
1043 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()
2768 dictptr = _PyObject_GetDictPtr(val); in _PyErr_TrySetFromCause()
4282 PyObject *dict, **dictptr = _PyObject_GetDictPtr(obj); in PyObject_GenericGetDict()
477 PyAPI_FUNC(PyObject **) _PyObject_GetDictPtr(PyObject *);
554 PyAPI_FUNC(PyObject **) _PyObject_GetDictPtr(PyObject *);
1282 _PyObject_GetDictPtr(PyObject *obj) in _PyObject_GetDictPtr() function1518 dictptr = _PyObject_GetDictPtr(obj); in _PyObject_GenericSetAttrWithDict()
854 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()
471 "_PyObject_GetDictPtr"
3006 dictptr = _PyObject_GetDictPtr(self); in tzinfo_reduce()
830 yourself; it is done for you by :c:func:`_PyObject_GetDictPtr`.)
3538 dictptr = _PyObject_GetDictPtr(self); in tzinfo_reduce()
915 yourself; it is done for you by :c:func:`_PyObject_GetDictPtr`.)