summaryrefslogtreecommitdiff
path: root/python/testData/inspections/FieldFromUnusedParameterKeyword.py
blob: 35851f0f87df9f9eb7c02d216bbbf99e1188a60e (plain)
1
2
3
class A:
    def __init__(self, <weak_warning descr="Parameter 'foo' value is not used">f<caret>oo=True</weak_warning>):
        print('hello')