Macro pyo3::internal_tricks::index_impls

source ·
macro_rules! index_impls {
    (
        $ty:ty,
        $ty_name:literal,
        $len:expr,
        $get_slice:expr $(,)?
    ) => { ... };
}
Expand description

Implementations used for slice indexing PySequence, PyTuple, and PyList

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