context_managers

Overview

Classes

WorkingFolderContext

This class is a context manager to change the working directory to the one specified

Classes

class context_managers.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