Files
openide/python/testData/refactoring/pullup/properties/SuperClass.py
T

4 lines
63 B
Python

class SuperClass(object):
def __init__(self):
pass