Login
From:
Hynek Schlawack
(Uncensored)
subscribe
Please Fix Your Decorators
https://hynek.me/articles/decorators/
links
backlinks
Roast topics
Find topics
Find it!
If your Python decorator unintentionally changes the signatures of my callables or doesn’t work with class methods, it’s broken and should be fixed. Sadly most decorators are broken because the web is full of bad advice.