Skip to main content

inner

Function inner 

Source
pub(crate) unsafe fn inner(slf: *mut PyObject, f: Func) -> *mut PyObject
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