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

4 lines
49 B
Python

class A(object):
@classmethod
def foo<caret>