Files
openide/python/testData/inspections/PyMissingConstructorInspection/dunderClass.py
T

4 lines
90 B
Python

class Child(Base):
def __init__(self):
super(self.__class__, self).__init__()