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

10 lines
151 B
Python

class C:
@staticmethod
def m(self, x):
"""
:param self:
:param x:
:return:
"""
pass