-
-
Notifications
You must be signed in to change notification settings - Fork 482
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
cached_method: __name__ and __module__ attributes; callable as functions / class bound methods #15759
Comments
Branch: public/ticket/15759 |
Commit: |
Reviewer: Simon King? |
New commits:
|
Author: Nicolas M. Thiéry |
comment:4
The code looks good, all tests pass, and in fact in the past I have considered to add the |
Changed reviewer from Simon King? to Simon King |
comment:5
Thanks Simon for the review! |
Changed branch from public/ticket/15759 to |
comment:7
Remove tabs from description. |
This comment has been minimized.
This comment has been minimized.
Changed commit from |
This ticket adds the following features to cached methods to make them
behave more like usual methods:
__name__
and__module__
attributescalling them as functions / methods bound on a class:
This makes them compatible with, e.g., deprecated_function_alias:
CC: @simon-king-jena
Component: misc
Author: Nicolas M. Thiéry
Branch:
6b18661
Reviewer: Simon King
Issue created by migration from https://trac.sagemath.org/ticket/15759
The text was updated successfully, but these errors were encountered: