Trait pyo3::impl_::pyclass::PyClass__delattr__SlotFragment

source ·
pub trait PyClass__delattr__SlotFragment<T>: Sized {
    // Provided method
    unsafe fn __delattr__(
        self,
        _py: Python<'_>,
        _slf: *mut PyObject,
        _attr: *mut PyObject
    ) -> PyResult<()> { ... }
}

Provided Methods§

source

unsafe fn __delattr__( self, _py: Python<'_>, _slf: *mut PyObject, _attr: *mut PyObject ) -> PyResult<()>

§Safety: _slf and _attr must be valid non-null Python objects

Object Safety§

This trait is not object safe.

Implementors§

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here