blob: b7c0179871d9916f502f1b18a79ae367e7824f9c [file] [log] [blame]
class Foo:
def foo(self):
print("a")
def boo(self):
print "rrrrr"
class Boo(Foo):
'''
this is boo
very long boo
'''