v12-l1-decorator

(213/223)

What does the following decorator do in Python :

@decorate
def function():
    pass

???