Decorators aren't always functions PREMIUM

Series: Decorators
Trey Hunner smiling in a t-shirt against a yellow wall
Trey Hunner
6 min. read 4 min. video Python 3.8—3.12

Decorators aren't always implemented using functions.

Decorators are usually implemented with functions

It's helpful to think of a decorator as a function that accepts a function and returns a function to replace our original function with:

...

A Python Tip Every Week

Need to fill-in gaps in your Python skills? I send weekly emails designed to do just that.