Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 241 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 241 Bytes

Python useful Decorators

decorators are used to modify the behaviour of a function without permanantly modify the function.

List of Decorators

  • Single Decorator
  • Chaining Decorator
  • Universal Logger decorator
  • time_it decorator