Skip to content

Instantly share code, notes, and snippets.

View henrypham67's full-sized avatar

Minh-Hieu Pham henrypham67

  • Ho Chi Minh city, Vietnam
View GitHub Profile
@Zearin
Zearin / python_decorator_guide.md
Last active July 2, 2024 18:56
The best explanation of Python decorators I’ve ever seen. (An archived answer from StackOverflow.)

NOTE: This is a question I found on StackOverflow which I’ve archived here, because the answer is so effing phenomenal.


Q: How can I make a chain of function decorators in Python?


If you are not into long explanations, see [Paolo Bergantino’s answer][2].