Files
openide/python/testData/inspections/AddCls.py

5 lines
145 B
Python

class A:
@classmethod
def foo<caret><error descr="Method must have a first parameter, usually called 'cls'">()</error>: # Add 'cls'
pass