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 rhettinger
Recipients rhettinger
Date 2020-03-01.20:13:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583093583.7.0.992003924447.issue39815@roundup.psfhosted.org>
In-reply-to
Content
>>> import functools
>>> functools.cached_property
<class 'functools.cached_property'>
>>> functools.__all__
['update_wrapper', 'wraps', 'WRAPPER_ASSIGNMENTS', 'WRAPPER_UPDATES', 'total_ordering', 'cmp_to_key', 'lru_cache', 'reduce', 'partial', 'partialmethod', 'singledispatch', 'singledispatchmethod']
History
Date User Action Args
2020-03-01 20:13:03rhettingersetrecipients: + rhettinger
2020-03-01 20:13:03rhettingersetmessageid: <1583093583.7.0.992003924447.issue39815@roundup.psfhosted.org>
2020-03-01 20:13:03rhettingerlinkissue39815 messages
2020-03-01 20:13:03rhettingercreate