blob: 207728408e81f01a0240c81862704f9948df01df [file] [log] [blame]
class foo:
"""
Some docstring here.
Another string.
"""
def bar(self):
print "hello"