intermediate30 minby DevFox

Decorators

Wrapping a function to add behaviour around it: closures, functools.wraps and the debugging misery of forgetting it, decorators that take arguments, and when a decorator is the wrong tool.

  • Python

    Decorators — Python in Practice | DevFox Labs