numpy / 1.15.4 / generated / numpy.nditer.iternext.html /

numpy.nditer.iternext

nditer.iternext()

Check whether iterations are left, and perform a single internal iteration without returning the result. Used in the C-style pattern do-while pattern. For an example, see nditer.

Returns:
iternext : bool

Whether or not there are iterations left.

© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.15.4/reference/generated/numpy.nditer.iternext.html