MCPcopy Index your code
hub / github.com/tensorflow/datasets / __eq__

Method __eq__

tensorflow_datasets/core/utils/version.py:192–196  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

190 )
191
192 def __eq__(self, other):
193 if other is None:
194 return False
195 other = self._validate_operand(other)
196 return self.tuple == other.tuple
197
198 def __lt__(self, other):
199 other = self._validate_operand(other)

Callers

nothing calls this directly

Calls 1

_validate_operandMethod · 0.95

Tested by

no test coverage detected