Serhiy Storchaka <[email protected]> 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 <[email protected]> <https://bugs.python.org/issue41523> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
