fn process_functions_in_module(
    options: &PyModuleOptions,
    func: &mut ItemFn
) -> Result<()>
Expand description

Finds and takes care of the #[pyfn(…)] in #[pymodule]

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here