MCPcopy Index your code
hub / github.com/aws/aws-cli / paginate

Method paginate

awscli/botocore/client.py:1082–1083  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

1080 # the underlying Paginator.paginate method. This is needed to
1081 # attach a docstring to the method.
1082 def paginate(self, **kwargs):
1083 return Paginator.paginate(self, **kwargs)
1084
1085 paginator_config = self._cache['page_config'][
1086 actual_operation_name

Calls

no outgoing calls