Pergunta de entrevista da empresa STR Softwares

What are Python decorators and how do you use them?

Resposta da entrevista

Sigiloso

22 de mai. de 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.