nditer.remove_axis(i) Removes axis i from the iterator. Requires that the flag ?multi_index? be enabled
nditer.debug_print() Print the current state of the
nditer.next x.next() -> the next value, or raise StopIteration
nditer.reset() Reset the iterator to its initial state.
nditer.remove_multi_index() When the ?multi_index? flag was specified, this removes it, allowing the internal
nditer.copy() Get a copy of the iterator in its current state. Examples
nditer.iternext() Check whether iterations are left, and perform a single internal iteration without returning the result
nditer.enable_external_loop() When the ?external_loop? was not used during construction, but is desired, this