(self)
| 3052 | yield self.componentType[self._currentIdx].getName() |
| 3053 | |
| 3054 | def items(self): |
| 3055 | if self._currentIdx is not None: |
| 3056 | yield self.componentType[self._currentIdx].getName(), self[self._currentIdx] |
| 3057 | |
| 3058 | def checkConsistency(self): |
| 3059 | if self._currentIdx is None: |