blob: 29ebf6111fb8ade1ddf183718dbd1ec2c6160270 [file] [log] [blame]
__author__ = 'ktisha'
class Child(Base):
def <caret>f(self, x):
test = 1
def __init__(self):
super(Child, self).__init__()