Skip to content

boratutumluer/decorators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Decorators

Decorators are a very powerful and useful tool in Python. Because it allows programmers to modify the behaviour of a function or class. Decorators allow us to wrap another function in order to extend the behaviour of the wrapped function, without permanently modifying it.

Thanks to Miuul Extras, I have grasped the concept of decorator in python!

About

Decorators

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages