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 Michael Robellard
Recipients Michael Robellard, Thomas701, UnHumbleBen, eric.smith, iivanyuk, juanpa.arrivillaga
Date 2021-10-21.22:18:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1634854706.89.0.600558457651.issue39247@roundup.psfhosted.org>
In-reply-to
Content
An example of multiple descriptors would be to have:

@cached_property
@property
def expensive_calc(self):
    #Do something expensive
History
Date User Action Args
2021-10-21 22:18:26Michael Robellardsetrecipients: + Michael Robellard, eric.smith, juanpa.arrivillaga, iivanyuk, UnHumbleBen, Thomas701
2021-10-21 22:18:26Michael Robellardsetmessageid: <1634854706.89.0.600558457651.issue39247@roundup.psfhosted.org>
2021-10-21 22:18:26Michael Robellardlinkissue39247 messages
2021-10-21 22:18:26Michael Robellardcreate