Decorator method in python
After discussing the higher level object in react, I decided to explore decorator method in Python. We just saw an example of using decorator when writing web services using flask https://zamjad.wordpress.com/2023/09/01/writing-webservice-with-python/ Decorator is a method in python, which takes another method as an input, usually to enhance the functionality of the method. It makes our code more…
View On WordPress













