Jij-Inc / pyo3-stub-gen

Stub file (*.pyi) generator for PyO3
Apache License 2.0
61 stars 12 forks source link

Include enum value in pure example #58

Closed michaeljones closed 3 months ago

michaeljones commented 3 months ago

To demonstrate the code and the output.

This is documented in the derive crate but only the set up code and not what the output looks like. I think it is useful to have an example of the output too.

I'm happy to change anything about this.

Thank you again for the project!

termoshtt commented 3 months ago

Thanks!