Files
openide/python/testData/editing/firstParamClassmethod.after.py

4 lines
48 B
Python

class A(object):
@classmethod
def foo(cls):