Question d’entretien chez Atlassian

What is a Python decorator?

Réponse à la question d'entretien

Utilisateur anonyme

2 juin 2015

Its a callable which takes a function, method, or class and returns an object which replaces the input immediately after its defined.