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

4 lines
92 B
Python

class C:
@staticmethod
def foo():
<selection>print "hello world"</selection>