How to decorate classes in Python

Learn a special use case of Python decorators

Lynn G. Kwong

--

We introduced how to decorate functions in Python in a previous post. If you haven’t checked that post yet, it’s highly recommended to do so because the fundamentals of decorators in Python are introduced in detail in that post. In this post, we will focus on how to decorate classes in Python.

Photo by laura adai on Unsplash

--

--

Lynn G. Kwong

I’m a Software Developer (https://medium.com/@lynn-kwong) keen on sharing thoughts, tutorials, and solutions for the best practice of software development.