Exemplo n.º 1
0
 def iterComponents(self):
     """
     Iterate the components provided by the installed applications.
     """
     for app in self.iterApplications():
         for component in app.getComponents():
             yield component
Exemplo n.º 2
0
 def iterComponents(self):
     for app in self.iterApplications():
         for component in app.getComponents():
             yield app.application, component