Expand description
Code generation for the function that initializes a python module and adds classes and function.
Structsยง
Enumsยง
- PyModule
PyO3 ๐Option
Functionsยง
- find_
and_ ๐remove_ attribute - get_
cfg_ ๐attributes - get_
pyfn_ ๐attr - Extracts the data from the #[pyfn(โฆ)] attribute of a function
- has_
pyo3_ ๐module_ declared - module_
initialization ๐ - process_
functions_ ๐in_ module - Finds and takes care of the #[pyfn(โฆ)] in
#[pymodule]
- pymodule_
function_ impl - Generates the function that is called by the python interpreter to initialize the native module
- pymodule_
module_ impl - set_
module_ ๐attribute