pub fn impl_wrap_class(cls: &Type, name: &Ident, spec: &FnSpec<'_>) -> TokenStream
Expand description

Generate class method wrapper (PyCFunction, PyCFunctionWithKeywords)