Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 460 Bytes

File metadata and controls

35 lines (19 loc) · 460 Bytes

Context Manager

Question

Using context manager

Solution

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

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

Explanation

.. seealso::

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