Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 3cda078c8cbddf232e43a8b87dc27ecf > files > 26

python-lockfile-0.9.1-4.mga4.x86_64.rpm

.. _glossary:

********
Glossary
********

.. if you add new entries, keep the alphabetical sorting!

.. glossary::

   context manager
      An object which controls the environment seen in a :keyword:`with`
      statement by defining :meth:`__enter__` and :meth:`__exit__` methods.
      See :pep:`343`.