summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildstream/_context.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/buildstream/_context.py b/buildstream/_context.py
index dc196d3f5..90690043c 100644
--- a/buildstream/_context.py
+++ b/buildstream/_context.py
@@ -322,6 +322,13 @@ class Context():
def get_toplevel_project(self):
return self._projects[0]
+ # get_workspaces():
+ #
+ # Return a Workspaces object containing a list of workspaces.
+ #
+ # Returns:
+ # (Workspaces): The Workspaces object
+ #
def get_workspaces(self):
return self._workspaces