Multiple decorators in Python
Hi everybody, I'm trying to learn some advanced Python and I have hit the concept of decorators in Python. I managed to create and use one successfully. But is it possible to apply several decorators to the same function?