Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
gh-104050: Argument Clinic: Annotate the BufferSeries class#106935
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
gh-104050: Argument Clinic: Annotate the BufferSeries class#106935
Uh oh!
There was an error while loading.Please reload this page.
Conversation
_TextAccumulator has no '_text' attribute; it has 'text'
Uh oh!
There was an error while loading.Please reload this page.
Tools/clinic/clinic.py Outdated
| def__getitem__( | ||
| self, | ||
| i:int | ||
| )->_TextAccumulator: |
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.
Why not write it in one line? It is still pretty short.
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.
Sure; I have not yet developed a preference when it comes to annotation style :)
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.
FWIW, I agree with Serhiy — I would probably put this all on one line — but I also don't really care much either way (life's too short to spend it arguing over code formatting preferences 😄)
erlend-aaslandJul 21, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
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.
(life's too short to spend it arguing over code formatting preferences 😄)
No, it isn't! 😆
On hold until#106972 has landed. |
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!
Thanks for the reviews! |
Uh oh!
There was an error while loading.Please reload this page.