Files
openide/python/testData/quickFixes/AddFieldQuickFixTest/fromUnusedParameterKeyword_after.py
T

4 lines
88 B
Python

class A:
def __init__(self, foo=True):
self.foo = foo
print('hello')