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 methane
Recipients carljm, gvanrossum, levkivskyi, methane, mwilbz, serhiy.storchaka, sir-sigurd, vstinner
Date 2018-11-17.06:11:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAEfz+TzVG5JKPYHSgtJzmgGD6zfWj5oqAMXLyz0wQZWGL+86Uw@mail.gmail.com>
In-reply-to <1542430267.23.0.788709270274.issue34995@psf.upfronthosting.co.za>
Content
> Guido van Rossum <guido@python.org> added the comment:
>
> This is runtime behavior, mypy doesn't care either way. It triggers on the
> presence of the decorator, not on what attributes it sets at runtime on the
> object.
>
>

But it's only motivation is static hinting.
My point is, is cached_property important static hint?
For example, do you want support cached_property in mypy Protocol with same
semantics?
History
Date User Action Args
2018-11-17 06:11:43methanesetrecipients: + methane, gvanrossum, vstinner, carljm, serhiy.storchaka, levkivskyi, sir-sigurd, mwilbz
2018-11-17 06:11:43methanelinkissue34995 messages
2018-11-17 06:11:42methanecreate