Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
usr
/
lib
/
python2.7
/
site-packages
/
botocore
/
File Content:
paginate.pyc
� ?��Xc @ s� d d l m Z d d l m Z d d l Z d d l Z d d l Z d d l Z d d l m Z d d l m Z d d l m Z m Z e j e � Z d e f d � � YZ d e f d � � YZ d e f d � � YZ d e f d � � YZ d S( i����( t tee( t string_typesN( t PaginationError( t zip( t set_value_from_jmespatht merge_dictst PaginatorModelc B s e Z d � Z d � Z RS( c C s | d | _ d S( Nt pagination( t _paginator_config( t selft paginator_config( ( s3 /tmp/pip-build-uEGWVr/botocore/botocore/paginate.pyt __init__ s c C s9 y | j | } Wn! t k r4 t d | � � n X| S( Ns* Paginator for operation does not exist: %s( R t KeyErrort ValueError( R t operation_namet single_paginator_config( ( s3 /tmp/pip-build-uEGWVr/botocore/botocore/paginate.pyt get_paginator"