Relative Content

Tag Archive for pythonpython-2.7python-decoratorsbottle

Adding Decorator to a bottle request within a class

I wanted to add a decorator function that wraps a bottle request decorated function within a class, I tried doing it using inspect but I am unable to see any changes done by the decorator when I am calling this request.