[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.142.119.68: ~ $
�
�t�_c@s�dZddlZddlZddlZddlmZddlmZddl	m
Z
ddlmZm
Z
mZmZddlmZdd	lmZdd
lmZddlmZddlmZmZmZdd
lmZmZmZm Z m!Z!m"Z"m#Z#ddl$m%Z%m&Z&ddl'm(Z(m)Z)m*Z*m+Z+m,Z,m-Z-m.Z.m/Z/m0Z0m1Z1ddl2m3Z3m4Z4m5Z5m6Z6m7Z7m8Z8m9Z9m:Z:m;Z;m<Z<m=Z=m>Z>ddl2m?Z@ddlAmBZBeBjCeBjDeBjEeBjFeBjGfZHdZIddZJdZKdeLfd��YZMdeLfd��YZNdeNfd��YZOdeMeNfd��YZPdeLfd ��YZQdS(!s`
requests.models
~~~~~~~~~~~~~~~

This module contains the primary objects that power Requests.
i����N(tRequestField(tencode_multipart_formdata(t	parse_url(tDecodeErrortReadTimeoutErrort
ProtocolErrortLocationParseError(tUnsupportedOperationi(t
default_hooks(tCaseInsensitiveDict(t
HTTPBasicAuth(tcookiejar_from_dicttget_cookie_headert_copy_cookie_jar(t	HTTPErrort
MissingSchemat
InvalidURLtChunkedEncodingErrortContentDecodingErrortConnectionErrortStreamConsumedError(tto_native_stringtunicode_is_ascii(
tguess_filenametget_auth_from_urltrequote_uritstream_decode_response_unicodetto_key_val_listtparse_header_linkstiter_slicestguess_json_utft	super_lentcheck_header_validity(tCallabletMappingt	cookielibt
urlunparseturlsplitt	urlencodetstrtbytestis_py2tchardettbuiltin_strt
basestring(tjson(tcodesii
iitRequestEncodingMixincBs5eZed��Zed��Zed��ZRS(cCssg}t|j�}|j}|s-d}n|j|�|j}|rf|jd�|j|�ndj|�S(sBuild the path URL to use.t/t?t(R%turltpathtappendtquerytjoin(tselfR3tpR4R6((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pytpath_url=s		
	
cCst|ttf�r|St|d�r,|St|d�rg}x�t|�D]�\}}t|t�syt|d�r�|g}nxl|D]d}|dk	r�|jt|t�r�|jd�n|t|t�r�|jd�n|f�q�q�WqNWt	|dt
�S|SdS(s�Encode parameters in a piece of data.

        Will successfully encode parameters when passed as a dict or a list of
        2-tuples. Order is retained if data is a list of 2-tuples but arbitrary
        if parameters are supplied as a dict.
        treadt__iter__sutf-8tdoseqN(t
isinstanceR'R(thasattrRR,tNoneR5tencodeR&tTrue(tdatatresulttktvstv((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyt_encode_paramsRs 	
!3c
Cs�|std��nt|t�r3td��ng}t|pEi�}t|pWi�}x�|D]�\}}t|t�s�t|d�r�|g}nx�|D]�}|d
k	r�t|t�s�t|�}n|jt|t�r�|j	d�n|t|t�r|j
d�n|f�q�q�WqdWx<|D]4\}}d
}d
}	t|ttf�r�t
|�dkr�|\}
}q�t
|�dkr�|\}
}}q�|\}
}}}	nt|�p�|}
|}t|tttf�r�|}n6t|d�r|j�}n|d
kr#q3n|}td|d	|d
|
d|	�}
|
jd|�|j|
�q3Wt|�\}}||fS(s�Build the body for a multipart/form-data request.

        Will successfully encode files when passed as a dict or a list of
        tuples. Order is retained if data is a list of tuples but arbitrary
        if parameters are supplied as a dict.
        The tuples may be 2-tuples (filename, fileobj), 3-tuples (filename, fileobj, contentype)
        or 4-tuples (filename, fileobj, contentype, custom_headers).
        sFiles must be provided.sData must not be a string.R<sutf-8iiR;tnameRCtfilenametheaderstcontent_typeN(t
ValueErrorR>R,RR?R@R(R'R5tdecodeRAttupletlisttlenRt	bytearrayR;Rtmake_multipartR(tfilesRCt
new_fieldstfieldstfieldtvalRGREtfttfhtfntfptfdatatrftbodyRL((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyt
_encode_filesmsP

!3	!(t__name__t
__module__tpropertyR:tstaticmethodRHR`(((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR/<stRequestHooksMixincBseZd�Zd�ZRS(cCs|||jkr"td|��nt|t�rH|j|j|�n0t|d�rx|j|jd�|D��ndS(sProperly register a hook.s1Unsupported event specified, with event name "%s"R<css$|]}t|t�r|VqdS(N(R>R!(t.0th((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pys	<genexpr>�sN(thooksRMR>R!R5R?textend(R8teventthook((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyt
register_hook�scCs5y|j|j|�tSWntk
r0tSXdS(siDeregister a previously registered hook.
        Returns True if the hook existed, False if not.
        N(RhtremoveRBRMtFalse(R8RjRk((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pytderegister_hook�s

(RaRbRlRo(((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyRe�s	tRequestcBsGeZdZddddddddddd�
Zd�Zd�ZRS(s{A user-created :class:`Request <Request>` object.

    Used to prepare a :class:`PreparedRequest <PreparedRequest>`, which is sent to the server.

    :param method: HTTP method to use.
    :param url: URL to send.
    :param headers: dictionary of headers to send.
    :param files: dictionary of {filename: fileobject} files to multipart upload.
    :param data: the body to attach to the request. If a dictionary or
        list of tuples ``[(key, value)]`` is provided, form-encoding will
        take place.
    :param json: json for the body to attach to the request (if files or data is not specified).
    :param params: URL parameters to append to the URL. If a dictionary or
        list of tuples ``[(key, value)]`` is provided, form-encoding will
        take place.
    :param auth: Auth handler or (user, pass) tuple.
    :param cookies: dictionary or CookieJar of cookies to attach to this request.
    :param hooks: dictionary of callback hooks, for internal usage.

    Usage::

      >>> import requests
      >>> req = requests.Request('GET', 'https://httpbin.org/get')
      >>> req.prepare()
      <PreparedRequest [GET]>
    c
Cs|dkrgn|}|dkr*gn|}|dkrBin|}|dkrZin|}|	dkrrin|	}	t�|_x6t|	j��D]"\}}|jd|d|�q�W||_||_||_||_	||_
|
|_||_||_
||_dS(NRjRk(R@RRhRPtitemsRltmethodR3RKRTRCR-tparamstauthtcookies(
R8RrR3RKRTRCRsRtRuRhR-RERG((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyt__init__�s"								cCsd|jS(Ns<Request [%s]>(Rr(R8((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyt__repr__�scCsqt�}|jd|jd|jd|jd|jd|jd|jd|jd|j	d	|j
d
|j�
|S(sXConstructs a :class:`PreparedRequest <PreparedRequest>` for transmission and returns it.RrR3RKRTRCR-RsRtRuRh(tPreparedRequesttprepareRrR3RKRTRCR-RsRtRuRh(R8R9((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyRy�s											
N(RaRbt__doc__R@RvRwRy(((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyRp�s
	RxcBs�eZdZd�Zddddddddddd�
Zd�Zd�Zd�Ze	d��Z
d�Zd�Zdd	�Z
d
�Zdd�Zd
�Zd�ZRS(s�The fully mutable :class:`PreparedRequest <PreparedRequest>` object,
    containing the exact bytes that will be sent to the server.

    Generated from either a :class:`Request <Request>` object or manually.

    Usage::

      >>> import requests
      >>> req = requests.Request('GET', 'https://httpbin.org/get')
      >>> r = req.prepare()
      >>> r
      <PreparedRequest [GET]>

      >>> s = requests.Session()
      >>> s.send(r)
      <Response [200]>
    cCsFd|_d|_d|_d|_d|_t�|_d|_dS(N(	R@RrR3RKt_cookiesR_RRht_body_position(R8((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyRv#s					cCsk|j|�|j||�|j|�|j|�|j|||
�|j||�|j|	�dS(s6Prepares the entire request with the given parameters.N(tprepare_methodtprepare_urltprepare_headerstprepare_cookiestprepare_bodytprepare_autht
prepare_hooks(R8RrR3RKRTRCRsRtRuRhR-((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyRy4s


cCsd|jS(Ns<PreparedRequest [%s]>(Rr(R8((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyRwFscCs�t�}|j|_|j|_|jdk	r?|jj�nd|_t|j�|_|j|_|j	|_	|j
|_
|S(N(RxRrR3RKR@tcopyR
R{R_RhR|(R8R9((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR�Is	'cCs7||_|jdk	r3t|jj��|_ndS(sPrepares the given HTTP method.N(RrR@Rtupper(R8Rr((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR}Ts	cCsSddlm}y"|j|dt�jd�}Wn|jk
rNt�nX|S(Ni����(tidnatuts46sutf-8(tpip._vendorR�RARBRNt	IDNAErrortUnicodeError(thostR�((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyt_get_idna_encoded_hostZs"
c
Cs�t|t�r!|jd�}ntr3t|�n	t|�}|j�}d|krz|j�jd�rz||_	dSy%t
|�\}}}}}}}	Wn"tk
r�}
t|
j
��nX|s�d}|jt|d��}t|��n|std|��nt|�sRy|j|�}Wqptk
rNtd��qpXn|jd�rptd��n|pyd	}|r�|d
7}n||7}|r�|dt|�7}n|s�d}ntrst|t�r�|jd�}nt|t�r
|jd�}nt|t�r.|jd�}nt|t�rO|jd�}nt|	t�rs|	jd�}	qsnt|ttf�r�t|�}n|j|�}
|
r�|r�d
||
f}q�|
}ntt|||d||	g��}||_	dS(sPrepares the given HTTP URL.tutf8t:thttpNsDInvalid URL {0!r}: No schema supplied. Perhaps you meant http://{0}?s Invalid URL %r: No host suppliedsURL has an invalid label.u*R2t@R0sutf-8s%s&%s(R>R(RNR)tunicodeR'tlstriptlowert
startswithR3RRRtargstformatRRRR�R�RARHRR$R@(R8R3RstschemeRtR�tportR4R6tfragmentteterrortnetloct
enc_params((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR~dsh"	%


		$cCsYt�|_|rUx@|j�D]/}t|�|\}}||jt|�<qWndS(s Prepares the given HTTP headers.N(R	RKRqR R(R8RKtheaderRItvalue((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR�s
c	Csd
}d
}|rX|d
k	rXd}tj|�}t|t�sX|jd�}qXntt|d�t|tt	t
tf�g�}|r]yt|�}Wn t
ttfk
r�d
}nX|}t|dd
�d
k	ry|j�|_Wqttfk
rt�|_qXn|r1td��n|rMt|�|jd<q�d|jd<n�|r~|j||�\}}nE|r�|j|�}t|t�s�t|d	�r�d
}q�d
}n|j|�|r�d|jkr�||jd<n||_d
S(s"Prepares the given HTTP body data.sapplication/jsonsutf-8R<ttells1Streamed bodies and files are mutually exclusive.sContent-LengthtchunkedsTransfer-EncodingR;s!application/x-www-form-urlencodedscontent-typesContent-TypeN(R@tcomplexjsontdumpsR>R(RAtallR?R,RPROR"Rt	TypeErrortAttributeErrorRtgetattrR�R|tIOErrortOSErrortobjecttNotImplementedErrorR+RKR`RHtprepare_content_lengthR_(R8RCRTR-R_RLt	is_streamtlength((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR��sJ"
		
cCsr|dk	r7t|�}|rnt|�|jd<qnn7|jdkrn|jjd�dkrnd|jd<ndS(s>Prepare Content-Length header based on request method and bodysContent-LengthtGETtHEADt0N(R�R�(R@RR+RKRrtget(R8R_R�((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR�
s'R2cCs�|dkr6t|j�}t|�r-|nd}n|r�t|t�rlt|�dkrlt|�}n||�}|jj	|j�|j
|j�ndS(s"Prepares the given HTTP auth data.iN(R@RR3tanyR>RORQR
t__dict__tupdateR�R_(R8RtR3turl_authtr((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR�s!cCs_t|tj�r||_nt|�|_t|j|�}|dk	r[||jd<ndS(sPrepares the given HTTP cookie data.

        This function eventually generates a ``Cookie`` header from the
        given cookies using cookielib. Due to cookielib's design, the header
        will not be regenerated if it already exists, meaning this function
        can only be called once for the life of the
        :class:`PreparedRequest <PreparedRequest>` object. Any subsequent calls
        to ``prepare_cookies`` will have no actual effect, unless the "Cookie"
        header is removed beforehand.
        tCookieN(R>R#t	CookieJarR{RRR@RK(R8Rut
cookie_header((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR�-scCs5|p	g}x"|D]}|j|||�qWdS(sPrepares the given hooks.N(Rl(R8RhRj((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR�As
N(RaRbRzRvR@RyRwR�R}RdR�R~RR�R�R�R�R�(((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyRxs				
	V	E	
	tResponsec
Bs7eZdZddddddddd	d
g
Zd�Zd�Zd
�Zd�Zd�Zd�Z	d�Z
d�Zd�Ze
d��Ze
d��Ze
d��Ze
d��Ze
d��Zded�Zeed"d�Ze
d��Ze
d��Zd�Ze
d��Zd �Zd!�ZRS(#shThe :class:`Response <Response>` object, which contains a
    server's response to an HTTP request.
    t_contenttstatus_codeRKR3thistorytencodingtreasonRutelapsedtrequestcCs�t|_t|_d|_d|_t�|_d|_d|_	d|_
g|_d|_t
i�|_tjd�|_d|_dS(Ni(RnR�t_content_consumedR@t_nextR�R	RKtrawR3R�R�R�RRutdatetimet	timedeltaR�R�(R8((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyRvUs									cCs|S(N((R8((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyt	__enter__�scGs|j�dS(N(tclose(R8R�((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyt__exit__�scs*�js�jn�fd��jD�S(Ncs%i|]}t�|d�|�qS(N(R�R@(Rftattr(R8(sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pys
<dictcomp>�s	(R�tcontentt	__attrs__(R8((R8sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyt__getstate__�s	
cCsQx*|j�D]\}}t|||�q
Wt|dt�t|dd�dS(NR�R�(RqtsetattrRBR@(R8tstateRIR�((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyt__setstate__�scCsd|jS(Ns<Response [%s]>(R�(R8((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyRw�scCs|jS(skReturns True if :attr:`status_code` is less than 400.

        This attribute checks if the status code of the response is between
        400 and 600 to see if there was a client error or a server error. If
        the status code, is between 200 and 400, this will return True. This
        is **not** a check to see if the response code is ``200 OK``.
        (tok(R8((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyt__bool__�scCs|jS(skReturns True if :attr:`status_code` is less than 400.

        This attribute checks if the status code of the response is between
        400 and 600 to see if there was a client error or a server error. If
        the status code, is between 200 and 400, this will return True. This
        is **not** a check to see if the response code is ``200 OK``.
        (R�(R8((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyt__nonzero__�scCs
|jd�S(s,Allows you to use a response as an iterator.i�(titer_content(R8((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR<�scCs'y|j�Wntk
r"tSXtS(sxReturns True if :attr:`status_code` is less than 400, False if not.

        This attribute checks if the status code of the response is between
        400 and 600 to see if there was a client error or a server error. If
        the status code is between 200 and 400, this will return True. This
        is **not** a check to see if the response code is ``200 OK``.
        (traise_for_statusRRnRB(R8((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR��s
	
cCsd|jko|jtkS(s�True if this Response is a well-formed HTTP redirect that could have
        been processed automatically (by :meth:`Session.resolve_redirects`).
        tlocation(RKR�tREDIRECT_STATI(R8((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pytis_redirect�scCs(d|jko'|jtjtjfkS(s@True if this Response one of the permanent versions of redirect.R�(RKR�R.tmoved_permanentlytpermanent_redirect(R8((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pytis_permanent_redirect�scCs|jS(sTReturns a PreparedRequest for the next request in a redirect chain, if there is one.(R�(R8((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pytnext�scCstj|j�dS(s7The apparent encoding, provided by the chardet library.R�(R*tdetectR�(R8((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pytapparent_encoding�sics���fd�}�jr9t�jt�r9t��n5�dk	rnt�t�rntdt����nt	�j��}|�}�jr�|n|}|r�t
|��}n|S(s�Iterates over the response data.  When stream=True is set on the
        request, this avoids reading the content at once into memory for
        large responses.  The chunk size is the number of bytes it should
        read into memory.  This is not necessarily the length of each item
        returned as decoding can take place.

        chunk_size must be of type int or None. A value of None will
        function differently depending on the value of `stream`.
        stream=True will read data as it arrives in whatever size the
        chunks are received. If stream=False, data is returned as
        a single chunk.

        If decode_unicode is True, content will be decoded using the best
        available encoding based on the response.
        c3s�t�jd�r�y,x%�jj�dt�D]}|Vq.WWq�tk
r_}t|��q�tk
r}}t|��q�tk
r�}t	|��q�Xn.x+tr��jj
��}|s�Pn|Vq�Wt�_dS(Ntstreamtdecode_content(R?R�R�RBRRRRRRR;R�(tchunkR�(t
chunk_sizeR8(sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pytgenerate�s 
		s.chunk_size must be an int, it is instead a %s.N(R�R>R�tboolRR@tintR�ttypeRR(R8R�tdecode_unicodeR�t
reused_chunkst
stream_chunkstchunks((R�R8sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR��s	ccs�d}x�|jd|d|�D]�}|dk	r>||}n|rV|j|�}n|j�}|r�|dr�|r�|dd|dkr�|j�}nd}x|D]}|Vq�WqW|dk	r�|VndS(s�Iterates over the response data, one line at a time.  When
        stream=True is set on the request, this avoids reading the
        content at once into memory for large responses.

        .. note:: This method is not reentrant safe.
        R�R�i����N(R@R�tsplitt
splitlinestpop(R8R�R�t	delimitertpendingR�tlinestline((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyt
iter_liness
.

cCs�|jtkru|jr'td��n|jdksE|jdkrQd|_qudj|jt	��pld|_nt
|_|jS(s"Content of the response, in bytes.s2The content for this response was already consumediR2N(R�RnR�tRuntimeErrorR�R�R@R7R�tCONTENT_CHUNK_SIZERB(R8((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR�0s	$	cCs�d}|j}|js"td�S|jdkr=|j}nyt|j|dd�}Wn,ttfk
r�t|jdd�}nX|S(s�Content of the response, in unicode.

        If Response.encoding is None, encoding will be guessed using
        ``chardet``.

        The encoding of the response content is determined based solely on HTTP
        headers, following RFC 2616 to the letter. If you can take advantage of
        non-HTTP knowledge to make a better guess at the encoding, you should
        set ``r.encoding`` appropriately before accessing this property.
        R2terrorstreplaceN(R@R�R�R'R�tLookupErrorR�(R8R�R�((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyttextDs		
cKs�|jr}|jr}t|j�dkr}t|j�}|dk	r}y tj|jj|�|�SWqztk
rvqzXq}ntj|j	|�S(s�Returns the json-encoded content of a response, if any.

        :param \*\*kwargs: Optional arguments that ``json.loads`` takes.
        :raises ValueError: If the response body does not contain valid json.
        iN(
R�R�RQRR@R�tloadsRNtUnicodeDecodeErrorR�(R8tkwargsR�((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR-js(

cCsj|jjd�}i}|rft|�}x9|D].}|jd�pR|jd�}|||<q1Wn|S(s8Returns the parsed header links of the response, if any.tlinktrelR3(RKR�R(R8R�tltlinksR�tkey((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR�s
cCs�d}t|jt�rWy|jjd�}Wq`tk
rS|jjd�}q`Xn	|j}d|jkozdknr�d|j||jf}n;d|jko�dknr�d|j||jf}n|r�t|d	|��nd
S(s+Raises :class:`HTTPError`, if one occurred.R2sutf-8s
iso-8859-1i�i�u%s Client Error: %s for url: %siXu%s Server Error: %s for url: %stresponseN(R>R�R(RNR�R�R3R(R8thttp_error_msgR�((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR��s
	cCsH|js|jj�nt|jdd�}|dk	rD|�ndS(s�Releases the connection back to the pool. Once this method has been
        called the underlying ``raw`` object must not be accessed again.

        *Note: Should not normally need to be called explicitly.*
        trelease_connN(R�R�R�R�R@(R8R((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR��s
	N(RaRbRzR�RvR�R�R�R�RwR�R�R<RcR�R�R�R�R�RnR�tITER_CHUNK_SIZER@R�R�R�R-RR�R�(((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyR�Ks2	/						
	
	7&		(RRzR�tsystencodings.idnat	encodingstpip._vendor.urllib3.fieldsRtpip._vendor.urllib3.filepostRtpip._vendor.urllib3.utilRtpip._vendor.urllib3.exceptionsRRRRtioRRhRt
structuresR	RtR
RuRRR
t
exceptionsRRRRRRRt_internal_utilsRRtutilsRRRRRRRRRR tcompatR!R"R#R$R%R&R'R(R)R*R+R,R-R�tstatus_codesR.tmovedtfoundtotherttemporary_redirectR�R�tDEFAULT_REDIRECT_LIMITR�RR�R/ReRpRxR�(((sL/opt/alt/python35/lib/python3.5/site-packages/pip/_vendor/requests/models.pyt<module>s@"4FR
rJ�<

Filemanager

Name Type Size Permission Actions
__pycache__ Folder 0755
.__version__.pyo.40009 File 605 B 0644
.adapters.pyo.40009 File 19.22 KB 0644
.api.pyo.40009 File 7.26 KB 0644
.auth.pyo.40009 File 10.61 KB 0644
.certs.pyo.40009 File 631 B 0644
.compat.pyo.40009 File 1.92 KB 0644
.cookies.pyo.40009 File 22.85 KB 0644
.exceptions.pyo.40009 File 7.32 KB 0644
.help.pyo.40009 File 3.36 KB 0644
.hooks.pyo.40009 File 1.23 KB 0644
.models.pyo.40009 File 29.39 KB 0644
.packages.pyo.40009 File 591 B 0644
.sessions.pyo.40009 File 22.74 KB 0644
.status_codes.pyo.40009 File 6.04 KB 0644
.structures.pyo.40009 File 5.54 KB 0644
.utils.pyo.40009 File 27.41 KB 0644
__init__.py File 4.36 KB 0644
__init__.pyc File 4.33 KB 0644
__init__.pyo File 4.16 KB 0644
__version__.py File 441 B 0644
__version__.pyc File 605 B 0644
__version__.pyo File 605 B 0644
_internal_utils.py File 1.07 KB 0644
_internal_utils.pyc File 1.54 KB 0644
_internal_utils.pyo File 1.49 KB 0644
adapters.py File 21.04 KB 0644
adapters.pyc File 19.22 KB 0644
adapters.pyo File 19.22 KB 0644
api.py File 6.34 KB 0644
api.pyc File 7.26 KB 0644
api.pyo File 7.26 KB 0644
auth.py File 9.97 KB 0644
auth.pyc File 10.61 KB 0644
auth.pyo File 10.61 KB 0644
certs.py File 465 B 0644
certs.pyc File 631 B 0644
certs.pyo File 631 B 0644
compat.py File 2 KB 0644
compat.pyc File 1.92 KB 0644
compat.pyo File 1.92 KB 0644
cookies.py File 18 KB 0644
cookies.pyc File 22.85 KB 0644
cookies.pyo File 22.85 KB 0644
exceptions.py File 3.1 KB 0644
exceptions.pyc File 7.32 KB 0644
exceptions.pyo File 7.32 KB 0644
help.py File 3.49 KB 0644
help.pyc File 3.36 KB 0644
help.pyo File 3.36 KB 0644
hooks.py File 757 B 0644
hooks.pyc File 1.23 KB 0644
hooks.pyo File 1.23 KB 0644
models.py File 33.48 KB 0644
models.pyc File 29.39 KB 0644
models.pyo File 29.39 KB 0644
packages.py File 695 B 0644
packages.pyc File 591 B 0644
packages.pyo File 591 B 0644
sessions.py File 28.63 KB 0644
sessions.pyc File 22.74 KB 0644
sessions.pyo File 22.74 KB 0644
status_codes.py File 4.09 KB 0644
status_codes.pyc File 6.04 KB 0644
status_codes.pyo File 6.04 KB 0644
structures.py File 2.93 KB 0644
structures.pyc File 5.54 KB 0644
structures.pyo File 5.54 KB 0644
utils.py File 29.47 KB 0644
utils.pyc File 27.41 KB 0644
utils.pyo File 27.41 KB 0644