Function pyo3_derive_backend::py_method::impl_wrap
source · pub fn impl_wrap(
cls: &Type,
name: &Ident,
spec: &FnSpec<'_>,
noargs: bool
) -> TokenStreamExpand description
Generate function wrapper (PyCFunction, PyCFunctionWithKeywords)