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

Method __oct__

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

Source from the content-addressed store, hash-verified

226 return self._scalarfunc(hex)
227
228 def __oct__(self):
229 return self._scalarfunc(oct)
230
231 def __lt__(self, other):
232 return self._rc(less(self.array, other))

Callers

nothing calls this directly

Calls 1

_scalarfuncMethod · 0.95

Tested by

no test coverage detected