Searched refs:PyObject_DelAttr (Results 1 – 6 of 6) sorted by relevance
229 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A),NULL) macro
101 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A), NULL) macro
85 deprecated in favour of using :c:func:`PyObject_DelAttr`.111 .. c:function:: int PyObject_DelAttr(PyObject *o, PyObject *attr_name)
63 deprecated in favour of using :c:func:`PyObject_DelAttr`.89 .. c:function:: int PyObject_DelAttr(PyObject *o, PyObject *attr_name)
951 PyObject_DelAttr:int:::952 PyObject_DelAttr:PyObject*:o:0:953 PyObject_DelAttr:PyObject*:attr_name:0:
1596 PyObject_DelAttr:int:::1597 PyObject_DelAttr:PyObject*:o:0:1598 PyObject_DelAttr:PyObject*:attr_name:0: