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

Method __next__

numpy/ma/tests/test_subclassing.py:113–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 self._dataiter[index] = self._original._validate_input(value)
112
113 def __next__(self):
114 return next(self._dataiter).__array__().view(type(self._original))
115
116
117class ComplicatedSubArray(SubArray):

Callers

nothing calls this directly

Calls 2

viewMethod · 0.45
__array__Method · 0.45

Tested by

no test coverage detected