context_managers ================ .. py:module:: context_managers Overview -------- .. list-table:: Classes :header-rows: 0 :widths: auto :class: summarytable * - :py:obj:`WorkingFolderContext ` - This class is a context manager to change the working directory to the one specified Classes ------- .. py:class:: WorkingFolderContext(path=None, delete_on_exit=False, mark: str = None, include_mark=True) This class is a context manager to change the working directory to the one specified in the constructor