Function pyo3_macros_backend::pymodule_impl
source · pub fn pymodule_impl(
fnname: &Ident,
options: PyModuleOptions,
doc: PythonDoc,
visibility: &Visibility
) -> TokenStream
Expand description
Generates the function that is called by the python interpreter to initialize the native module