Expand description
Code generation for the function that initializes a python module and adds classes and function.
Structsยง
Enumsยง
- PyModule
PyO3 ๐Option
Functionsยง
- get_
cfg_ ๐attributes - get_
pyfn_ ๐attr 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
- set_
module_ ๐attribute