-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
update documentation after #18966 #22288
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
Conversation
@oscargus mentioned in #22202 (comment) that there is also an example that needs to be fixed? Would it be better to fix the return or as that impossible with the other changes now? |
I don’t think returning something would be good as this is clearly not a synchronous operation. I think the callback is a better solution to get a return value |
Where is this example? |
They are in a matplotlib/lib/matplotlib/backends/qt_editor/_formlayout.py Lines 542 to 585 in fd51e05
|
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.
Still approve after edits
The test failure is |
PR Summary
PR Checklist
Tests and Styling
pytest
passes).flake8-docstrings
and runflake8 --docstring-convention=all
).Documentation
doc/users/next_whats_new/
(follow instructions in README.rst there).doc/api/next_api_changes/
(follow instructions in README.rst there).