-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes for pybind11-stubgen errors #6896
Conversation
I split this from #6869 because it contains changes that actually modify the bindings a bit: Might be easier to first merge #6869 and then discuss further changes here (with more detailed explanation from me). |
ToGoogleDocString strips any type annotations from function signatures, so every
I fixed most of these errors so now the remaining
|
I do not know how to fix the last two errors right now, so for now I will have to leave them and maybe fix them later. |
All changes can be summarized as follows:
|
Fixed the last remaining errors:
Now |
* It now mirrors constructor call.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @timohl ! This is great.
Type
Motivation and Context
This pull request is a follow up for/based on #6869 and contains more fixes for documentation and typing generation.
Related issues are #3052 and #6867.
Checklist:
python util/check_style.py --apply
to apply Open3D code styleto my code.
updated accordingly.
results (e.g. screenshots or numbers) here.
Description
Typings are generated using: