Files
openide/python/testData/refactoring/makeFunctionTopLevel/methodOtherMethodCalls.py

7 lines
102 B
Python

class C:
def me<caret>thod(self):
self.another()
def another(self):
pass