Home
last modified time | relevance | path

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

/third_party/boost/libs/python/src/
Dobject_protocol.cpp37 if (PyObject_DelAttr(target.ptr(), key.ptr()) == -1) in delattr()
/third_party/python/Include/
Dabstract.h101 #define PyObject_DelAttr(O,A) PyObject_SetAttr((O),(A), NULL) macro
/third_party/python/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)
/third_party/python/Doc/data/
Drefcounts.dat1627 PyObject_DelAttr:int:::
1628 PyObject_DelAttr:PyObject*:o:0:
1629 PyObject_DelAttr:PyObject*:attr_name:0: