blob: 9215e8f865779620fa4ecd7e5fe502fb4ab031d7 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001__author__ = 'ktisha'
2
3class Child(Base):
4 def __init__(self):
5 super(Child, self).__init__()
6
7 def <caret>f():
8 test = 1