Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 583 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 583 Bytes

Onion-Decorator

onion decorator

A common and useful decorator library for python.

Supported decorators

  1. singleton
  2. timeit
  3. retry
  4. memorized
  5. suppress_exceptions
  6. once
  7. synchronized
  8. qps
  9. final, override
  10. abstract, deprecated
  11. timeout
  12. asynchronous
  13. countcalls
  14. accepts, returns, raises

Author

onion-decorator is developed and maintained by fanwei.zeng ([email protected]). It can be found here:

https://github.com/PurpleSun/onion_decorator