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.
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 option to include docstrings with stubgen #13284
Add option to include docstrings with stubgen #13284
Changes from 23 commits
9882092
6b85586
74bbee8
485dd75
2979837
b272ddf
eab9567
e1812ef
eefc49e
a0e8647
acd3168
ab64284
7a36ff0
97700e7
03c285c
0a61327
b7219a7
bb5b0c8
fa1f529
79d30fc
3fc3447
d232bfe
3f849b9
5d0cd9d
7318dad
7ea6727
4649599
182c9e6
6b9a46f
a7e8209
23a6a0f
3a7695e
7580e22
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Isn't this part completely repeats the other branch? If yes, then please use
instead of
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.
To be more precise, in this case you need:
since you always need a type, and docstring should come after (only if the flag is enabled)