Decorators
This is a series of video tutorials focused on decorators in Python. The series covers basic function decorators, decorators with arguments, and an advanced use case in which a decorator is used to turn a function into a class.
Contents
Basic function decorators
Decorators with arguments
Turning a function into a class with a decorator
You're done with this section!
Continue with Code quality >>