Home
last modified time | relevance | path

Searched refs:_currentIdx (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
Duniv.py905 _currentIdx = None variable in Choice
909 return self._componentValues[self._currentIdx] == other
913 return self._componentValues[self._currentIdx] != other
917 return self._componentValues[self._currentIdx] < other
921 return self._componentValues[self._currentIdx] <= other
925 return self._componentValues[self._currentIdx] > other
929 return self._componentValues[self._currentIdx] >= other
936 def __len__(self): return self._currentIdx is not None and 1 or 0
939 if self._currentIdx is None:
965 if self._currentIdx is not None:
[all …]