Skip to main content

inner

Function inner 

Source
pub(crate) unsafe fn inner(
    slf: *mut PyObject,
    buf: *mut Py_buffer,
    flags: c_int,
    f: Func,
) -> c_int
Expand description

Non-generic inner function to ensure only one trampoline instantiated

§Safety

The interpreter must be attached

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