Files
openide/python/testData/refactoring/extractmethod/Comment.before.py
T

4 lines
72 B
Python

#Comment to method
def foo():
<selection>print("Hello")</selection>