[issue38553] Document functools.cached_property supports value updating and clearing

hongweipeng report at bugs.python.org
Mon Oct 21 22:20:31 EDT 2019


hongweipeng <hongweichen8888 at sina.com> added the comment:

It can be solved by extending propery. `class cached_property(property):` . How about this idea?

----------
nosy: +hongweipeng

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38553>
_______________________________________


More information about the Python-bugs-list mailing list