...

/

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 ...