pyo3::ffi

Function PyObject_DelAttr

Source
pub unsafe fn PyObject_DelAttr(
    o: *mut PyObject,
    attr_name: *mut PyObject,
) -> i32
Available on non-Py_3_13 and non-PyPy only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here