Files
openide/python/testData/refactoring/introduceVariable/callExpressionQualifier.py
2015-10-26 15:19:40 +03:00

6 lines
86 B
Python

class MyClass:
def method(self):
return 42
x = MyCla<caret>ss().method()