Skip to main content

PyObject_DelAttr

Function PyObject_DelAttr 

pub unsafe fn PyObject_DelAttr(
    o: *mut PyObject,
    attr_name: *mut PyObject,
) -> i32
Available on non-Py_3_13 and not (PyPy and non-Py_3_11) and crate feature tls only.