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

6 lines
132 B
Python

class C:
the_attr = ""
""" The documentation for the attribute. """
def foo(self):
print self.<the_ref>the_attr