Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ __oct__
Method
__oct__
numpy/lib/user_array.py:201–202 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
199
return
self._scalarfunc(hex)
200
201
def
__oct__(self):
202
return
self._scalarfunc(oct)
203
204
def
__lt__(self, other):
205
return
self._rc(less(self.array, other))
Callers
nothing calls this directly
Calls
1
_scalarfunc
Method · 0.95
Tested by
no test coverage detected