Making a decorator that accepts arguments PREMIUM

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

Let's make a decorator that accepts arguments.

Decorating a function

We have a decorator here called first_arg_is_not_none:

...

A Python Tip Every Week

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