Go to the source code of this file.
Namespaces | |
| homeassistant.util.collection | |
Functions | |
| Iterable[Any] | homeassistant.util.collection.chunked (Iterable iterable, int chunked_num) |
| Iterable[Any] | homeassistant.util.collection.chunked_or_all (Collection[Any] iterable, int chunked_num) |
| list[Any] | homeassistant.util.collection.take (int take_num, Iterable iterable) |