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.
-
Notifications
You must be signed in to change notification settings - Fork 0
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.
uraniumkid30/useful_python_decorators
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
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.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published