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
pycscope cannot parse print(f"Found {num} devices.")
I hacked init.py to have f as a keyword. kwlist.extend(("True", "False", "None", "f"))
Works now.. but I am sure there is a better fix.
The text was updated successfully, but these errors were encountered:
It also does not part @Property now.. I figured pycscope is out of date at this point.
Sorry, something went wrong.
It is, and needs help to catch up.
No branches or pull requests
pycscope cannot parse
print(f"Found {num} devices.")
I hacked init.py to have f as a keyword.
kwlist.extend(("True", "False", "None", "f"))
Works now.. but I am sure there is a better fix.
The text was updated successfully, but these errors were encountered: