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

Method __hex__

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

Source from the content-addressed store, hash-verified

223 return self._scalarfunc(int)
224
225 def __hex__(self):
226 return self._scalarfunc(hex)
227
228 def __oct__(self):
229 return self._scalarfunc(oct)

Callers

nothing calls this directly

Calls 1

_scalarfuncMethod · 0.95

Tested by

no test coverage detected