Return an iterator that yields the partition itself.
An iterator that yields the partition itself.
Examples
>>> type(p.flat()) <generator object flat at 0x519a0a0> >>> for q in p.flat(): ... print q is p True
cf.Partition.file_close
cf.Partition.iterarray_indices
Enter search terms or a module, class or function name.