Path: blob/master/source/python/design_decorator3.rst
1241 views
=========
Decorator
=========
Question
--------
Decorator Example
Solution
--------
.. literalinclude:: ../../languages/python/design_decorator3.py
:language: python
:tab-width: 4
.. runcode:: ../../languages/python/design_decorator3.py
:language: python
:codesite: ideone
Explanation
===========
.. seealso::
* :python-suggest-improve:`design_decorator3.py`
* :python-better-explain:`design_decorator3.rst`