Files
openide/python/testData/resolve/DocStringFunction.py
2010-01-14 17:12:34 +02:00

6 lines
70 B
Python

def bar():
"Docstring of function bar"
retrun 1
bar._<ref>_doc__