Module pyo3_macros_backend::module
source · [−]Expand description
Code generation for the function that initializes a python module and adds classes and function.
Structs
Enums
Functions
Extracts the data from the #[pyfn(…)] attribute of a function
Finds and takes care of the #[pyfn(…)] in #[pymodule]
Generates the function that is called by the python interpreter to initialize the native module