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