blob: bd8222b7b31dd925138ed1285b52b8d06e5f2794 [file] [log] [blame]
class C:
def __init__(self):
self.foo = "Foo"
""" The docstring for the attribute foo. """
def bar(self):
print self.<the_ref>foo