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

Method __ge__

numpy/lib/user_array.py:219–220  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

217 return self._rc(greater(self.array, other))
218
219 def __ge__(self, other):
220 return self._rc(greater_equal(self.array, other))
221
222 def copy(self):
223 ""

Callers

nothing calls this directly

Calls 2

_rcMethod · 0.95
greater_equalFunction · 0.90

Tested by

no test coverage detected