Skip to content

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

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

useful_python_decorators

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.

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

No packages published

Languages