Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Widgets: Remove deprecations and make arguments keyword only#26853
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
08d9e2c
to989dda7
Compare2e37748
toe19633f
Compare@oscargus do you mind holding off on any other deprecation removals? We would like to leave that as a good first issue for the sprint tomorrow. |
Sure, no problems! Didn't know that. |
QuLogic commentedSep 22, 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.
No worries, we only decided yesterday. Also, this PR was very useful as an example of what to do. |
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
e19633f
to705568a
Compareif (i in inds["ind"] | ||
or t.get_window_extent().contains(event.x, event.y)): |
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.
Fits in a line now:
if (iininds["ind"] | |
ort.get_window_extent().contains(event.x,event.y)): | |
ifiininds["ind"]ort.get_window_extent().contains(event.x,event.y): |
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.
I have a further PR that rewrites this loop, so let's just get this in for now.
Uh oh!
There was an error while loading.Please reload this page.
PR summary
PR checklist