Atlassian Interview Question

What is a Python decorator?

Interview Answer

Anonymous

Jun 2, 2015

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