Files
openide/python/testData/refactoring/rename/googleDocStringAttribute.py

9 lines
119 B
Python

class C:
"""
Attributes:
foo : ignored
"""
def __init__(self):
self.fo<caret>o = 42