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

9 lines
153 B
Python

class SomeClass(object):
""" Awesome class
@ivar bar: great stuff
@type bar: string
"""
def __init__(self):
self.bar = None