Searched refs:_currentIdx (Results 1 – 1 of 1) sorted by relevance
905 _currentIdx = None variable in Choice909 return self._componentValues[self._currentIdx] == other913 return self._componentValues[self._currentIdx] != other917 return self._componentValues[self._currentIdx] < other921 return self._componentValues[self._currentIdx] <= other925 return self._componentValues[self._currentIdx] > other929 return self._componentValues[self._currentIdx] >= other936 def __len__(self): return self._currentIdx is not None and 1 or 0939 if self._currentIdx is None:965 if self._currentIdx is not None:[all …]