Your IP : 216.73.216.196
�
b�1[c @ s� d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l
Z d d l Z d d l Z i d d 6Z
d e j j f d � � YZ d S( i����Ns/ application/vnd.github.machine-man-preview+jsont Acceptt Installationc B sA e Z d Z d � Z e d � � Z d � Z d � Z d � Z RS( s�
This class represents Installations. The reference can be found here https://developer.github.com/v3/apps/installations/
c C s | j i | j j d 6� S( Nt id( t get__repr__t _idt value( t self( ( sD /opt/alt/python27/lib/python2.7/site-packages/github/Installation.pyt __repr__2 s c C s | j S( N( R ( R ( ( sD /opt/alt/python27/lib/python2.7/site-packages/github/Installation.pyR 5 s c
C sC t � } t j j d t j j d | j d d d | d t d d � S( s�
:calls: `GET /installation/repositories <https://developer.github.com/v3/integrations/installations/#list-repositories>`_
:rtype: :class:`github.PaginatedList.PaginatedList` of :class:`github.Repository.Repository`
t contentClasst requestert firstUrls /installation/repositoriest firstParamst headerst list_itemt repositories( t dictt githubt
PaginatedListt
Repositoryt
_requestert INTEGRATION_PREVIEW_HEADERS( R t url_parameters( ( sD /opt/alt/python27/lib/python2.7/site-packages/github/Installation.pyt get_repos9 s c C s t j j | _ d S( N( R t GithubObjectt NotSetR ( R ( ( sD /opt/alt/python27/lib/python2.7/site-packages/github/Installation.pyt _initAttributesI s c C s) d | k r% | j | d � | _ n d S( NR ( t _makeIntAttributeR ( R t
attributes( ( sD /opt/alt/python27/lib/python2.7/site-packages/github/Installation.pyt _useAttributesL s ( t __name__t
__module__t __doc__R t propertyR R R R ( ( ( sD /opt/alt/python27/lib/python2.7/site-packages/github/Installation.pyR - s ( t github.GithubObjectR t github.PaginatedListt github.Gistt github.Repositoryt github.NamedUsert github.Plant github.Organizationt github.UserKeyt github.Issuet github.Eventt github.Authorizationt github.NotificationR R t NonCompletableGithubObjectR ( ( ( sD /opt/alt/python27/lib/python2.7/site-packages/github/Installation.pyt <module> s