Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

There are not much things common to property and cached_property. 
cached_property does not have attributes fget, fset, fdel. They are both 
descriptors, but cached_property is not a data descriptor.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue41523>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to