Creating and Using Decorators ============================== The page is a copy of the example file `creating_and_using_decorators.py` available in the `examples` directory of the package. The file contains the following code: .. literalinclude:: ../../../examples/creating_and_using_decorators.py