Files
openide/python/testData/quickdoc/HoverOverMethod.py
2010-09-13 17:07:08 +03:00

8 lines
75 B
Python

class A(object):
"doc of A"
def f(self):
return 1
A().<the_ref>f