Your IP : 216.73.216.196
�
b�1[c @ s9 d d l Z d d d � � YZ d e f d � � YZ d S( i����Nt PaginatedListBasec B sQ e Z d � Z d � Z d � Z d � Z d � Z d � Z d d d � � YZ RS( c C s t � | _ d S( N( t listt _PaginatedListBase__elements( t self( ( sE /opt/alt/python27/lib/python2.7/site-packages/github/PaginatedList.pyt __init__+ s c C sA t | t t f � r- | j | � | j | S| j | | � Sd S( N( t
isinstancet intt longt _PaginatedListBase__fetchToIndexR t _Slice( R t index( ( sE /opt/alt/python27/lib/python2.7/site-packages/github/PaginatedList.pyt __getitem__. s
c c sR x | j D] } | Vq
Wx2 | j � rM | j � } x | D] } | Vq; Wq Wd S( N( R t
_couldGrowt _grow( R t elementt newElements( ( sE /opt/alt/python27/lib/python2.7/site-packages/github/PaginatedList.pyt __iter__6 s
c C s t | j � | k p | j � S( N( t lenR R ( R R
( ( sE /opt/alt/python27/lib/python2.7/site-packages/github/PaginatedList.pyt
_isBiggerThan>