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

8 lines
75 B
Python

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