Home
last modified time | relevance | path

Searched refs:PyObject_DelAttrString (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dabstract.h218 #define PyObject_DelAttrString(O,A) PyObject_SetAttrString((O),(A),NULL) macro
/external/python/cpython2/Doc/c-api/
Dobject.rst74 deprecated in favour of using :c:func:`PyObject_DelAttrString`.
95 .. c:function:: int PyObject_DelAttrString(PyObject *o, const char *attr_name)
/external/python/cpython2/Doc/data/
Drefcounts.dat955 PyObject_DelAttrString:int:::
956 PyObject_DelAttrString:PyObject*:o:0:
957 PyObject_DelAttrString:char*:attr_name::
/external/python/cpython2/Modules/
Dselectmodule.c1825 if (PyObject_DelAttrString(m, "poll") == -1) {
Dposixmodule.c9519 if (PyObject_DelAttrString(m, "fstatvfs") == -1) { in INITFUNC()
9527 if (PyObject_DelAttrString(m, "statvfs") == -1) { in INITFUNC()
9535 if (PyObject_DelAttrString(m, "lchown") == -1) { in INITFUNC()