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