Better support for property-subclasses / read-only descriptors #19178
Labels
Content-Length: 220306 | pFad | http://github.com/python/mypy/issues/19178
9FFetched URL: http://github.com/python/mypy/issues/19178
Alternative Proxies:
It seems
mypy
applies a bunch of special casing to@property
that does not carry over when using a subclass ofproperty
or when defining a read-only descriptor.https://mypy-play.net/?mypy=latest&python=3.12&gist=9a1c98026783a48c82f6a92e00acc941
The text was updated successfully, but these errors were encountered: