Skip to content

decorators are used to modify the behavious of a function or class without permanantly modify the function or class.

Notifications You must be signed in to change notification settings

njLabs/python_decorators

Repository files navigation

Python useful Decorators

decorators are used to modify the behaviour of a function without permanantly modify the function.

List of Decorators

  • Single Decorator
  • Chaining Decorator
  • Universal Logger decorator
  • time_it decorator

About

decorators are used to modify the behavious of a function or class without permanantly modify the function or class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages