Stub pyi file autogen using pyo3-stub-gen #257
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Follow up #237
As pyo3-stub-gen can use the pyo3's signature information for pyi file (Jij-Inc/pyo3-stub-gen#135), it will be more useful to auto generate pyi files.
Here is the new version of auto-generated egobox.pyi, by command
There are two tasks to be done:
IntoPyObjectExt::into_bound_py_any
forNone
value Jij-Inc/pyo3-stub-gen#188 to be merged in the new version of pyo3-stub-genBTW, thx a lot for your contribution for SMT, which I find is so efficient in my researches!