Question d’entretien chez STR Softwares

What are Python decorators and how do you use them?

Réponse à la question d'entretien

Utilisateur anonyme

22 mai 2025

I explained that decorators are used to modify the behavior of a function without changing its code, and gave an example using @login_required.