This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author madison.may
Recipients Omer.Katz, madison.may, vstinner
Date 2014-04-04.03:42:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
There's currently an example of a cached property decorator implementation in the wiki, although it doesn't leverage functools:
https://wiki.python.org/moin/PythonDecoratorLibrary#Cached_Properties
History
Date User Action Args
2014-04-04 03:42:29madison.maysetrecipients: + madison.may, vstinner, Omer.Katz
2014-04-04 03:42:29madison.maysetmessageid: <[email protected]>
2014-04-04 03:42:29madison.maylinkissue21145 messages
2014-04-04 03:42:29madison.maycreate