draugr.python_utilities.generators.batching_generator.batch_generator

draugr.python_utilities.generators.batching_generator.batch_generator(iterable: Iterable, n: int = 32, drop_not_full: bool = True) Any[source]
Parameters
  • iterable

  • n

  • drop_not_full

Returns