-
-
Notifications
You must be signed in to change notification settings - Fork 225
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
Generate Python stubs #1818
Generate Python stubs #1818
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1818 +/- ##
==========================================
- Coverage 95.71% 95.69% -0.03%
==========================================
Files 125 125
Lines 9870 9890 +20
==========================================
+ Hits 9447 9464 +17
- Misses 423 426 +3 ☔ View full report in Codecov by Sentry. |
2b96d93
to
93bfb1a
Compare
93bfb1a
to
bd14e22
Compare
some changes got lost in a merge
|
please write a description explaining what this do, idk what is a stub |
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.
maybe add something in LANGUAGE_BINDINGS.md about this ?
Add a script used to generate Python stubs for our current Python bindings. It will generate
.pyi
files containing all the available Python API used by IDE to do static code verification.Fix #972