class C: def __init__(self): self.foo = "Foo" """ The docstring for the attribute foo. """ def bar(self): print self.foo