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

6 lines
113 B
Python

class C:
def __init__(self):
self.attr = True
def me<caret>thod(self):
self.attr = False