draugr.python_utilities.generators.batching_generator.sized_batch
-
draugr.python_utilities.generators.batching_generator.sized_batch(sized: Iterable, n: int = 32, drop_not_full: bool = True) → Any[source]
- Parameters
sized –
n –
drop_not_full –
- Returns
-