Hacker News new | ask | show | jobs
Understanding Python Decorators (techblog.moebius.space)
1 points by octonaut 495 days ago
1 comments

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