DEV Community

Discussion on: Working With Decorators In Python

Collapse
 
j_mplourde profile image
Jean-Michel Plourde

I use decorators in Django for mocking functions (@patch). It's very useful and easy to implement. Now I better understand the inner working. Thanks for that awesome post.