MCPcopy Create free account
hub / github.com/aws/aws-cli / register_pagination

Function register_pagination

awscli/customizations/paginate.py:78–80  ·  view source on GitHub ↗
(event_handlers)

Source from the content-addressed store, hash-verified

76
77
78def register_pagination(event_handlers):
79 event_handlers.register('building-argument-table', unify_paging_params)
80 event_handlers.register_last('doc-description', add_paging_description)
81
82
83def get_paginator_config(session, service_name, operation_name):

Callers

nothing calls this directly

Calls 2

register_lastMethod · 0.80
registerMethod · 0.45

Tested by

no test coverage detected