[Notes] [Git][BuildStream/buildstream][jennis/doc_fixes_in_context] _context.py: Add documentation to get_workspaces() command



Title: GitLab

James Ennis pushed to branch jennis/doc_fixes_in_context at BuildStream / buildstream

Commits:

1 changed file:

Changes:

  • buildstream/_context.py
    ... ... @@ -322,6 +322,13 @@ class Context():
    322 322
         def get_toplevel_project(self):
    
    323 323
             return self._projects[0]
    
    324 324
     
    
    325
    +    # get_workspaces():
    
    326
    +    #
    
    327
    +    # Return a Workspaces object containing a list of workspaces.
    
    328
    +    #
    
    329
    +    # Returns:
    
    330
    +    #    (Workspaces): The Workspaces object
    
    331
    +    #
    
    325 332
         def get_workspaces(self):
    
    326 333
             return self._workspaces
    
    327 334
     
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]