Home
last modified time | relevance | path

Searched refs:PyObject_DelAttr (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Include/
Dabstract.h229 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A),NULL) macro
/external/python/cpython3/Include/
Dabstract.h101 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A), NULL) macro
/external/python/cpython3/Doc/c-api/
Dobject.rst85 deprecated in favour of using :c:func:`PyObject_DelAttr`.
111 .. c:function:: int PyObject_DelAttr(PyObject *o, PyObject *attr_name)
/external/python/cpython2/Doc/c-api/
Dobject.rst63 deprecated in favour of using :c:func:`PyObject_DelAttr`.
89 .. c:function:: int PyObject_DelAttr(PyObject *o, PyObject *attr_name)
/external/python/cpython2/Doc/data/
Drefcounts.dat951 PyObject_DelAttr:int:::
952 PyObject_DelAttr:PyObject*:o:0:
953 PyObject_DelAttr:PyObject*:attr_name:0:
/external/python/cpython3/Doc/data/
Drefcounts.dat1596 PyObject_DelAttr:int:::
1597 PyObject_DelAttr:PyObject*:o:0:
1598 PyObject_DelAttr:PyObject*:attr_name:0: