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 serhiy.storchaka
Recipients mwilbz, serhiy.storchaka
Date 2018-10-18.09:40:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539855647.81.0.788709270274.issue34995@psf.upfronthosting.co.za>
In-reply-to
Content
Well, you can combine @abstractmethod with @property in an abstract class. This will give you type hints etc. @cached_property is a detail of concrete implementation.
History
Date User Action Args
2018-10-18 09:40:47serhiy.storchakasetrecipients: + serhiy.storchaka, mwilbz
2018-10-18 09:40:47serhiy.storchakasetmessageid: <1539855647.81.0.788709270274.issue34995@psf.upfronthosting.co.za>
2018-10-18 09:40:47serhiy.storchakalinkissue34995 messages
2018-10-18 09:40:47serhiy.storchakacreate