...

/

Extended Syntax for Decorators

Extended Syntax for Decorators

Learn about extended syntax for decorators.

Python 3.9 introduced a novelty for decorators with PEP-614, because a more general grammar is allowed. Before this enhancement, the syntax for invoking decorators (after the @) was restricted to very limited expressions, and not every single Python ...