deepfold.utils.iter_utilsΒΆ

Functions

all_equal(values)

Checks if all values in list are equal to each other.

flatten_dict(d[, parent_key, sep])

list_zip(*arglists)

Transforms given columns into list of rows.

map_dict_values(fn, d)

Maps dictionary values using given function.

slice_generator(start, end, size)

Returns slice indices iterator from start to end.