We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
class Foo: @property def foo(self) -> int: ... class Bar(Foo): foo: int def __init__(self) -> None: self.foo = 2 # runtime error Bar()
playground
The text was updated successfully, but these errors were encountered:
Closing in favour of #14413 (this bug report was filed first, but there's more description in #14413 of exactly why this behaviour is problematic)
Sorry, something went wrong.
No branches or pull requests
playground
The text was updated successfully, but these errors were encountered: