pyo3/newsfragments/4158.added.md
Icxolu 7beb64a8ca
allow constructor customization of complex enum variants (#4158)
* allow `#[pyo3(signature = ...)]` on complex enum variants to specify constructor signature

* rename keyword to `constructor`

* review feedback

* add docs in guide

* add newsfragment
2024-05-09 21:08:23 +00:00

103 B

Added #[pyo3(constructor = (...))] to customize the generated constructors for complex enum variants