-
Notifications
You must be signed in to change notification settings - Fork 213
Python 3.9: Code folding #8
New issue
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
Comments
There are some extra nodes in the parsed tree. With Python 3.8, the parent of the argument list is a
Which makes a difference here: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With parso 0.8.1:
https://github.com/python-ls/python-ls/blob/18338751a420ffa88f533930d837f2e9ec1c5cde/test/plugins/test_folding.py#L11-L31
The text was updated successfully, but these errors were encountered: