Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Improve docstring of draw_idle()#12521
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
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Should be something like
where the parenthesis depends on whether you're writing the docs for backend implementers or for end users. |
Thanks. IMO the main audience of the docs are the end users. I've dropped the parenthesis but left my note instead. That keeps the information in but a bit separated. Btw. can we make a suggestion to the end-user if she should call |
ImportanceOfBeingErnest commentedOct 14, 2018 • 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.
If the draw event happens inside the event loop one should definitely 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@timhoffm !
Uh oh!
There was an error while loading.Please reload this page.
PR Summary
Trying to improve the docstring of
draw_idle()
. Though I'm not sure what exactly its pupose is and when it should be used. Can someone with more experience on the internals comment on this please?