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

5 lines
78 B
Python

class C:
@staticmethod
def m(self, x):
"""<caret>
pass