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