numpy.nditer.iternext#

方法

nditer.iternext()#

檢查是否還有迭代剩餘,並執行單次內部迭代,但不傳回結果。用於 C 風格的 do-while 模式中。例如,請參閱 nditer

傳回值:
iternextbool

是否還有迭代剩餘。