• Stars
    star
    1
  • Language
    Python
  • Created over 4 years ago
  • Updated about 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Python Decorators are very powerful and useful tool, it allows programmers to modify the behaviour of function or class. Decorators allows the programmer to wrap another function in order to extend the behavior of wrapped function, without permanently modifying it. This repo provides a few useful decorators.