numpy.nditer.iternext#

方法

nditer.iternext()#

检查是否还有迭代剩余,并在不返回结果的情况下执行一次内部迭代。在 C 风格的 do-while 模式中使用。例如,请参见 nditer

返回:
iternextbool

是否还有迭代剩余。