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

4 lines
55 B
Python

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