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

9 lines
112 B
Python

class C:
"""
Attributes:
bar : ignored
"""
def __init__(self):
self.bar = 42