logoalt Hacker News

alkh04/23/20251 replyview on HN

Thanks for the detailed explanation! I assume that essentially, the same rules as with function decorators apply(in regards to parameterizing them etc.) but the main difference is that we accept the class object and then return the class object vs the function object and that's it?


Replies

shadowgovt04/23/2025

Yes, pretty much.