Expand description

Code generation for the function that initializes a python module and adds classes and function.

Functions

Generates python wrapper over a function that allows adding it to a python module as a python function
Finds and takes care of the #[pyfn(…)] in #[pymodinit]
Generates the function that is called by the python interpreter to initialize the native module