(self)
| 2819 | # FrameworksGroup and ProjectsGroup are top-level groups used to collect |
| 2820 | # frameworks and projects. |
| 2821 | def FrameworksGroup(self): |
| 2822 | return self._GroupByName("Frameworks") |
| 2823 | |
| 2824 | def ProjectsGroup(self): |
| 2825 | return self._GroupByName("Projects") |