[−][src]Macro pyo3::wrap_pymodule
Returns a function that takes a Python instance and returns a Python module.
Use this together with #[pymodule]
and types::PyModule::add_wrapped.
Returns a function that takes a Python instance and returns a Python module.
Use this together with #[pymodule]
and types::PyModule::add_wrapped.