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

Method __le__

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

Source from the content-addressed store, hash-verified

200 return self.tuple < other.tuple
201
202 def __le__(self, other):
203 other = self._validate_operand(other)
204 return self.tuple <= other.tuple
205
206 def __gt__(self, other):
207 other = self._validate_operand(other)

Callers

nothing calls this directly

Calls 1

_validate_operandMethod · 0.95

Tested by

no test coverage detected