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
Currently ast.NamedExpr is not supported.
ast.NamedExpr
It should probably have the same semantics as a regular variable. And follow the same rules depending on the context.
Related wemake-services/wemake-python-styleguide#1138
The text was updated successfully, but these errors were encountered:
implement visitor method for NamedExpr
d56ab2c
fixes PyCQA#139
8ed423d
fixes #139
Successfully merging a pull request may close this issue.
Currently
ast.NamedExpr
is not supported.It should probably have the same semantics as a regular variable.
And follow the same rules depending on the context.
Related wemake-services/wemake-python-styleguide#1138
The text was updated successfully, but these errors were encountered: