Return an iterator over indices of the data array.
An iterator over indices of the data array.
Examples
>>> d.shape (2, 1, 3) >>> for index in d.iterindices(): ... print index ... (0, 0, 0) (0, 0, 1) (0, 0, 2) (1, 0, 0) (1, 0, 1) (1, 0, 2)
cf.Data.func
cf.Data.new_dimension_identifier
Enter search terms or a module, class or function name.