Frage im Vorstellungsgespräch bei Atlassian

What is a Python decorator?

Antwort im Vorstellungsgespräch

Anonym

2. Juni 2015

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