Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 229 Bytes

File metadata and controls

8 lines (8 loc) · 229 Bytes

Decorators

Write python program using decorators for the below

  • Logging
  • Retry Mechanism
  • Authorization
  • Rate Limiting (Limit the number of times function being called)
  • Input Validation
  • Caching function results