Atlassian interview question

What is a Python decorator?

Interview Answer

Anonymous

2 Jun 2015

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