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

4 lines
46 B
Python

class A(object):
@staticmethod
def foo():