-
Notifications
You must be signed in to change notification settings - Fork 163
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
Add the keys.typedmethodkey
decorator
#305
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #305 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 3 3
Lines 666 668 +2
=========================================
+ Hits 666 668 +2 ☔ View full report in Codecov by Sentry. |
Sorry for the delay, but I promise I'll look into this in more detail by the end of April, latest! |
@@ -491,7 +491,7 @@ functions with the :func:`cached` and :func:`cachedmethod` decorators: | |||
|
|||
.. autofunction:: methodkey | |||
|
|||
This function is equivalent to :func:`hashkey`, but ignores its | |||
This function is similar to :func:`hashkey`, but ignores its |
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.
👍
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.
Reading the tests alone, this makes much more sense than previously. So 👍, thanks for your commit
ment (sorry for the bad joke, couldn't resist)!
Merged into https://github.com/tkem/cachetools/tree/dev/v5.4.0, thanks! |
Thanks! |
Should all be merged into v5.4.0. |
Thanks! |
No, thank you, and sorry for the delay! |
Closes: #296