Example of a context manager.
.. literalinclude:: ../../languages/python/design_contextmanager.py :language: python :tab-width: 4
.. runcode:: ../../languages/python/design_contextmanager.py :language: python :codesite: ideone
.. seealso:: * :python-suggest-improve:`design_contextmanager.py` * :python-better-explain:`design_contextmanager.rst`