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