Files
openide/python/testData/quickdoc/InstanceAttr.py

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