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

4 lines
50 B
Python

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