(self, properties=None, id=None, parent=None, path=None)
| 2756 | ) |
| 2757 | |
| 2758 | def __init__(self, properties=None, id=None, parent=None, path=None): |
| 2759 | self.path = path |
| 2760 | self._other_pbxprojects = {} |
| 2761 | # super |
| 2762 | XCContainerPortal.__init__(self, properties, id, parent) |
| 2763 | |
| 2764 | def Name(self): |
| 2765 | name = self.path |