11d67b3acc
* Automated module= field creation in declarative modules Sets automatically the "module" field of all contained classes and submodules in a declarative module Adds the "module" field to pymodule attributes in order to set the name of the parent modules. By default, the module is assumed to be a root module * fix guide test error --------- Co-authored-by: David Hewitt <mail@davidhewitt.dev>
1 line
99 B
Markdown
1 line
99 B
Markdown
Properly fills the `module=` attribute of declarative modules child `#[pymodule]` and `#[pyclass]`. |