From 0cedfec72c2e3b195905c08d13d54f7a0b5fe455 Mon Sep 17 00:00:00 2001 From: James Ennis Date: Mon, 14 Jan 2019 12:33:24 +0000 Subject: _context.py: Add documentation to get_workspaces() command --- buildstream/_context.py | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- cgit v1.2.1