Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dabstract.h229 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A),NULL) macro
/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: