roller.workspace ================ .. py:module:: roller.workspace .. autoapi-nested-parse:: Workspace management for changes-roller. Classes ------- .. autoapisummary:: roller.workspace.Workspace Module Contents --------------- .. py:class:: Workspace(base_dir = None) Manages temporary workspace for patch series execution. .. py:attribute:: base_dir .. py:attribute:: path :type: pathlib.Path | None :value: None .. py:method:: create() Create a new workspace directory. .. py:method:: cleanup() Clean up the workspace directory. .. py:method:: get_repo_path(repo_name) Get the path for a specific repository within the workspace.