Skip to content

khushboo29/PythonDecorators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

PythonDecorators

Decorators design pattern implemented in python

Decortators are function that take another function as an argument adds some functionality and return another function, all of this w/o altering the original function.

About

Decorators design pattern implemented in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages