-
-
Notifications
You must be signed in to change notification settings - Fork 107
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 check to is_closed #90
Conversation
- rename method: check => is_closed -> clarify for return value(boolean) - add sphinx-doc at is_closed method
- apply changed name: check -> is_closed
For the sake of backwards compatibility the check method needs to stay. But it could simply wrap the |
I understood. In that cases, the method needs some docs :) |
Codecov Report
@@ Coverage Diff @@
## develop #90 +/- ##
======================================
Coverage 100% 100%
======================================
Files 5 5
Lines 490 490
Branches 57 57
======================================
Hits 490 490
Continue to review full report at Codecov.
|
split check method into is_closed
rolled back from is_closed to check
I simply wrapped 'is_closed' method. so you can use them in check method as a check routines. |
Looks great. Thank you :) |
No description provided.