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

3 lines
72 B
Python

class A:
def __init__(self, fo<caret>o=True):
print('hello')