pycscope icon indicating copy to clipboard operation
pycscope copied to clipboard

pycscope fails with f-string

Open rscellgh opened this issue 2 years ago • 2 comments

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.

rscellgh avatar Nov 12 '22 20:11 rscellgh

It also does not part @property now.. I figured pycscope is out of date at this point.

rscellgh avatar Nov 12 '22 22:11 rscellgh

It is, and needs help to catch up.

portante avatar Nov 14 '22 13:11 portante