(self)
| 2822 | return self._GroupByName("Frameworks") |
| 2823 | |
| 2824 | def ProjectsGroup(self): |
| 2825 | return self._GroupByName("Projects") |
| 2826 | |
| 2827 | def RootGroupForPath(self, path): |
| 2828 | """Returns a PBXGroup child of this object to which path should be added. |
no test coverage detected