Files
openide/python/testData/refactoring/extractmethod/StaticMethod.before.py
2012-05-22 22:23:35 +04:00

4 lines
92 B
Python

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