cloud_scanner.helpers package¶
Submodules¶
cloud_scanner.helpers.entry_storage module¶
cloud_scanner.helpers.functions module¶
-
cloud_scanner.helpers.functions.
batch_list
(items, batch_size)¶ Create batches from list of elements.
Parameters: - items – List of all elements
- batch_size – Desired size of batches
Returns: Batches of list