Files
openide/python/testData/quickFixes/PyMakeMethodStaticQuickFixTest/noSelf_after.py

9 lines
152 B
Python

__author__ = 'ktisha'
class Child(Base):
def __init__(self):
super(Child, self).__init__()
@staticmethod
def f():
test = 1