Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 485 Bytes

File metadata and controls

35 lines (19 loc) · 485 Bytes

contextmanager

Question

Example of a context manager.

Solution

.. literalinclude:: ../../languages/python/design_contextmanager.py
   :language: python
   :tab-width: 4

.. runcode:: ../../languages/python/design_contextmanager.py
   :language: python
   :codesite: ideone

Explanation

.. seealso::

   * :python-suggest-improve:`design_contextmanager.py`
   * :python-better-explain:`design_contextmanager.rst`