Skip to main content

inner

pub(crate) unsafe fn inner(
    slf: *mut PyObject,
    args: *const *mut PyObject,
    nargs: Py_ssize_t,
    kwnames: *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