decorators in python
Answers
Answered by
0
sorry I can't understand the question
prabal22:
concept of decorators in python what is it and why it is used
Answered by
1
Answer:
A decorator in Python is any callable Python object that is used to modify a function or a class. A reference to a function "func" or a class "C" is passed to a decorator and the decorator returns a modified function or class.
Hope you like my answer :) Make it as brainilist :)
Similar questions