Files
openide/python/testData/refactoring/extractmethod/CommentIncluded.after.py

8 lines
128 B
Python

def baz():
tmp = "!" # try to extract this assignment, either with or without this comment
baz()
def bar(self):
pass