Understanding Python Decorators
techblog.moebius.space
Understanding Python Decorators
1–2 of 2 posts
Re: Understanding Python Decorators
#2This is a great article on decorators! Sad that it's not gotten more comments. Love the gradual shift between using decorators for functions, wraps, classes, decorators with parameters.