Skip to main content

lenfunc

Function lenfunc 

Source
pub unsafe extern "C" fn lenfunc<Meth: MethodDef<Func>>(
    slf: *mut PyObject,
) -> Py_ssize_t
Expand description

External symbol called by Python, which calls the provided Rust function.

The Rust function is supplied via the generic parameter Meth.

§Safety

The interpreter must be attached

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