tableau_migration.migration_paging.memory_pager
memory_pager(content_type, python_items, page_size=100)
Creates a Python-wrapped memory pager from Python collection.
Args: : content_type: The content type of the pager items. python_items: Python native collection (list, tuple, etc.) to paginate. page_size: Size of each page.
Returns: The pager.
- Parameters:
- content_type (type)
- python_items (List *[*T ])
- page_size (int)