[go: up one dir, main page]

pymodule

Attribute Macro pymodule 

Source
#[pymodule]
Expand description

Internally, this proc macro create a new c function called PyInit_{my_module} that then calls the init function you provided