pyo3::ffi

Function PyObject_DelAttrString

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