MCPcopy Index your code
hub / github.com/numpy/numpy / __ge__

Method __ge__

numpy/lib/_user_array_impl.py:246–247  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

244 return self._rc(greater(self.array, other))
245
246 def __ge__(self, other):
247 return self._rc(greater_equal(self.array, other))
248
249 def copy(self):
250 ""

Callers

nothing calls this directly

Calls 2

_rcMethod · 0.95
greater_equalFunction · 0.90

Tested by

no test coverage detected