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

7 lines
66 B
Python

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