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

6 lines
53 B
Python

@decorator
def foo(param):
pass
<the_ref>foo(1)