ahauan4
Results
1
issues of
ahauan4
Rope fails to rename inside f-strings when followed by equal sign for debugging. See https://realpython.com/lessons/simpler-debugging-f-strings/ And https://bugs.python.org/issue36817 Rope version: 0.17.0 Python version: 3.8.2 Example: ```python myvar = 6 print(f"{myvar}") #...
rename-refactor