blob: 207728408e81f01a0240c81862704f9948df01df [file] [log] [blame]
Tor Norbyec667c1f2014-05-28 17:06:51 -07001class foo:
2 """
3 Some docstring here.
4 Another string.
5 """
6 def bar(self):
7 print "hello"