Python decorator It is a python feature that helps us to extend the ability of a function without modifying it. It looks like this @profiler see also example of Python decorator Concept references