scistag.common.iter_helperΒΆ

Helpful functions for working with iterators

Functions

batch_iter

Creates an iterator which returns elements in batches of size n from an iterator.

limit_iter

Limit number of iterated elements from an iterable.