Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/numpy/numpy
/ __mod__
Method
__mod__
numpy/lib/_user_array_impl.py:125–126 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
123
return
self
124
125
def
__mod__(self, other):
126
return
self._rc(remainder(self.array, other))
127
128
def
__rmod__(self, other):
129
return
self._rc(remainder(other, self.array))
Callers
nothing calls this directly
Calls
1
_rc
Method · 0.95
Tested by
no test coverage detected