@overload interacts badly with @property even with the type: ignore
workaround
#9937
Labels
bug
mypy got something wrong
topic-descriptors
Properties, class vs. instance attributes
topic-overloads
Assuming a
issue.py
module:This occurs when I attempt to overload a property. It however does not occurs for the same overload on a plain method.
issue.py
is:Your Environment
mypy.ini
(and other config files):$ uname -a Linux rgauthier-precision 5.4.79 #1-NixOS SMP Sun Nov 22 09:14:12 UTC 2020 x86_64 GNU/Linux
The text was updated successfully, but these errors were encountered: