Files
openide/python/testData/quickFixes/PyMakeFunctionFromMethodQuickFixTest/usageSelf.py

6 lines
102 B
Python

class A():
def method(self):
self.method2()
def metho<caret>d2(self):
print 1