Skip to content
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

Rename is_closed() to get_closed() #26

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Rename is_closed() to get_closed() #26

merged 1 commit into from
Nov 21, 2024

Conversation

almarklein
Copy link
Member

All public methods on canvas are verbs, except canvas.is_closed(). The name looks like its a property, but its a method. It does not help that we have timer.is_running and timer.is_one_shot properties.

This PR renames it to get_closed(), the old method is still supported, but with a warning.

@almarklein almarklein merged commit cf9192a into main Nov 21, 2024
13 checks passed
@almarklein almarklein deleted the get_closed branch November 21, 2024 10:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant