Searched refs:_currentIdx (Results 1 – 1 of 1) sorted by relevance
2985 _currentIdx = None variable in Choice2989 return self._componentValues[self._currentIdx] == other2994 return self._componentValues[self._currentIdx] != other2999 return self._componentValues[self._currentIdx] < other3004 return self._componentValues[self._currentIdx] <= other3009 return self._componentValues[self._currentIdx] > other3014 return self._componentValues[self._currentIdx] >= other3025 return self._currentIdx is not None and 1 or 03028 if self._currentIdx is None:3030 return key == self.componentType[self._currentIdx].getName()[all …]