Primer on Python Decorators – Real Python
Primer on Python Decorators – Real Python
realpython.com
Saved by
Israel
Related
Collections
Highlights
Notes
Instead, Python allows you to use decorators in a simpler way with the @ symbol , sometimes called the
pie syntax
. The following example does the exact same thing as the first decorator example:
Primer on Python Decorators – Real Python