knowledgebase

Viewing articles tagged “Python decorators”

Viewing articles tagged “Python decorators”

description

Python Decorators: Enhancing Functions with Metadata

A Decorator in Python is a function that receives another function as argument. The argument function is the one to be decorated by…

arrow_forward
arrow_back « Back