Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
_rc
Method · 0.95
greater_equal
Function · 0.90
Tested by
no test coverage detected