blob: 5cd084e51acd4459d29976e6f6316037611d0e3b [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001class C:
2 the_attr = ""
3 """ The documentation for the attribute. """
4
5 def foo(self):
6 print self.<the_ref>the_attr