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