Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 795 Bytes

File metadata and controls

18 lines (15 loc) · 795 Bytes

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
references