pycscope
pycscope copied to clipboard
pycscope fails with f-string
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.
It also does not part @property now.. I figured pycscope is out of date at this point.
It is, and needs help to catch up.