MCPcopy Index your code
hub / github.com/numpy/numpy / __int__

Method __int__

numpy/lib/_user_array_impl.py:222–223  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

220 return self._scalarfunc(float)
221
222 def __int__(self):
223 return self._scalarfunc(int)
224
225 def __hex__(self):
226 return self._scalarfunc(hex)

Callers

nothing calls this directly

Calls 1

_scalarfuncMethod · 0.95

Tested by

no test coverage detected