Skip to main content

inner

Function inner 

Source
pub(crate) unsafe fn inner(slf: *mut PyObject, buf: *mut Py_buffer, f: Func)
Available on non-Py_LIMITED_API or Py_3_11 only.
Expand description

§Safety

  • It must be sound to call f with slf and buf
  • Interpreter must be attached
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here