-
-
Notifications
You must be signed in to change notification settings - Fork 531
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
add __all__ to prepare for static type checkers and IDEs #3411
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3411 +/- ##
=======================================
Coverage 82.92% 82.93%
=======================================
Files 198 198
Lines 26999 27014 +15
=======================================
+ Hits 22390 22405 +15
Misses 4609 4609
Continue to review full report at Codecov.
|
Both the it-works-type.mp4 |
I'm +1 on using I would properly add |
Releasing this PR together with the various docs PRs will be a major productivity boost for users of VS Code and similar IDEs :-) |
Thanks @MarcSkovMadsen! |
Thanks @philippjfr and others for supporting. |
This adds a
__all__
to__init__.py
files as required for static type checking and intellisense in VS code. C.f. microsoft/pylance-release#2572 (comment)