Files
openide/python/testData/quickdoc/InstanceAttr.py
2011-05-02 19:43:12 +02:00

8 lines
163 B
Python

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