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