MCPcopy Create free account
hub / github.com/numpy/numpy / __le__

Method __le__

numpy/lib/_version.py:139–140  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

137 return self._compare(other) < 0
138
139 def __le__(self, other):
140 return self._compare(other) <= 0
141
142 def __eq__(self, other):
143 return self._compare(other) == 0

Callers

nothing calls this directly

Calls 1

_compareMethod · 0.95

Tested by

no test coverage detected