Files
openide/python/testData/completion/noParensForDecorator.py

4 lines
50 B
Python

def my_decorator(f):
return f
@my_deco<caret>