utils¶
Utility functions.
These will be migrated out into a base package at some point.
-
expand(mapping, unexpanded=
None
, only=None
)¶
- flatten_iterable(iterable)¶
- group_iterable_by_count(iterable, count)¶
-
iterate_nwise(iterable, n=
2
)¶
- locate(path: str) pathlib.Path ¶
- repeat_sequence_to_length(sequence, length)¶
- zip_sequences(*args)¶