All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kr.motd.maven.sphinx.dist.urllib3.response$py.class Maven / Gradle / Ivy

There is a newer version: 2.10.0
Show newest version
????1?f$0R(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;org/python/core/PyFramesetline(I)V

__future__	java/lang/Stringabsolute_import
org/python/core/imp
importFrom\(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject;
setlocal/(Ljava/lang/String;Lorg/python/core/PyObject;)V

contextlibcontextmanagerzlib	importOneH(Ljava/lang/String;Lorg/python/core/PyFrame;I)Lorg/python/core/PyObject; 
!io#logging%socket'timeout)
SocketTimeout+error-SocketError/_collections1HTTPHeaderDict3
exceptions5BodyNotHttplibCompatible7
ProtocolError9DecodeError;ReadTimeoutError=ResponseNotChunked?IncompleteReadA
InvalidHeaderCpackages.sixEstring_typesGbinary_typeIPY3K
basestringMpackages.six.movesOhttp_clientQhttplibS
connectionU
HTTPExceptionWBaseSSLErrorY
util.response[is_fp_closed]is_response_to_head_getname.(Ljava/lang/String;)Lorg/python/core/PyObject;ab
c	getLoggereorg/python/core/PyObjectg__getattr__ib
hj__name__l__call__S(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;no
hplogrobjecttDeflateDecodervDeflateDecoder$1
__module__yorg/python/core/Py{EmptyObjectsorg/python/core/PyObject;}~	|org/python/core/PyFunction?	f_globalsLorg/python/core/PyObject;??	?
__init__$2True?	getglobal?b
?getlocal(I)Lorg/python/core/PyObject;??
?
_first_try?__setattr__?
h?9(Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;n?
h?_data?
decompressobj?_obj?f_lastiI??	?None??	|?urllib3/response$py?Lorg/python/core/PyCode;??	??j(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;)V??
??__init__?
__getattr__$3getattr?m(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;n?
h???	??idecompress$4__not__()Lorg/python/core/PyObject;??
h?__nonzero__()Z??
h?
decompress?_iadd6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject;??
h?(ILorg/python/core/PyObject;)V?
?False??setExceptionM(Ljava/lang/Throwable;Lorg/python/core/PyFrame;)Lorg/python/core/PyException;??
|?org/python/core/PyException?match(Lorg/python/core/PyObject;)Z??
??	MAX_WBITS?__neg__??
h?addTraceback1(Ljava/lang/Throwable;Lorg/python/core/PyFrame;)V??
|?java/lang/Throwable???	??getf_locals??
?x?	??	makeClassa(Ljava/lang/String;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;)Lorg/python/core/PyObject;??
|?java/util/Arrays?fill(([Ljava/lang/Object;Ljava/lang/Object;)V??
??GzipDecoder?
GzipDecoder$5
__init__$6
newInteger(I)Lorg/python/core/PyInteger;??
|?_add??
h???	?
__getattr__$7?	?decompress$8?	???	?_get_decoder$9gziporg/python/core/PyString
fromInterned.(Ljava/lang/String;)Lorg/python/core/PyString;
_eq?
h
?	?_get_decoderIOBaseHTTPResponseHTTPResponse$10__doc__	
    HTTP Response container.

    Backwards-compatible to httplib's HTTPResponse but the response ``body`` is
    loaded and decoded on-demand when the ``data`` property is accessed.  This
    class is also compatible with the Python standard library's :mod:`io`
    module, and can hence be treated as a readable object in the context of that
    framework.

    Extra parameters for behaviour not present in httplib.HTTPResponse:

    :param preload_content:
        If True, the response's body will be preloaded during construction.

    :param decode_content:
        If True, attempts to decode specific content-encoding's based on headers
        (like 'gzip' and 'deflate') will be skipped and raw data will be used
        instead.

    :param original_response:
        When this HTTPResponse wrapper is generated from an httplib.HTTPResponse
        object, it's convenient to include the original for debug purposes. It's
        otherwise unused.

    :param retries:
        The retries contains the last :class:`~urllib3.util.retry.Retry` that
        was used during the request.

    :param enforce_content_length:
        Enforce content length checking. Body returned by server must match
        value of Content-Length header, if present. Otherwise, raise error.
    !org/python/core/PyList#deflate%([Lorg/python/core/PyObject;)V?'
$(CONTENT_DECODERS*REDIRECT_STATUSES,.__init__$11
isinstance1headers3status5version7reason9strict;decode_content=retries?enforce_content_lengthA_decoderC_bodyE_fpG_original_responseI_fp_bytes_readKorg/python/core/PyTupleM
N(_poolP_connectionRhasattrTreadVchunkedX
chunk_leftZget\transfer-encoding^lower`f$12__iter__c?
hdstripfjava/lang/Objecth
f_savedlocals[Ljava/lang/Object;jk	lgetGeneratorInput()Ljava/lang/Object;no
p__iternext__r?
hsb?	?usplitw,y_in{?
h|_init_length~length_remaining?g(Lorg/python/core/ThreadState;[Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject;n?
h?0?	??get_redirect_location$13
        Should we redirect and where to?

        :returns: Truthy redirect location string if we got a redirect status
            code and valid location. ``None`` if redirect status and no
            location. ``False`` if not a redirect status code.
        ?location???	??get_redirect_location?release_conn$14	_put_conn???	??release_conn?data$15
cache_content???	??property?data?
connection$16??	??tell$17?
        Obtain the number of bytes pulled over the wire so far. May differ from
        the amount of content returned by :meth:``HTTPResponse.read`` if bytes
        are encoded on the wire (e.g, compressed).
        ???	??tell?_init_length$18M
        Set initial length value for Response content if available.
        ?content-length?_isnot??
h?warning??Received response with both Content-Length and Transfer-Encoding set. This is expressly forbidden by RFC 7230 sec 3.3.2. Ignoring Content-Length and attempting to process response as Transfer-Encoding: chunked.?set?()V??
$?append?int?dellocal?
?len?_gt??
h?8Content-Length contained multiple unmatching values (%s)?_mod??
h?
makeException9(Lorg/python/core/PyObject;)Lorg/python/core/PyException;??
|?pop?
ValueError?_lt??
h?_le??
h?HEAD???	??_init_decoder$19=
        Set-up the _decoder attribute if necessary.
        ?content-encoding?_is??
h???	??
_init_decoder?
_decode$20N
        Decode the data passed in and potentially flush the decoder.
        ?IOError?value??	??EReceived response with content-encoding: %s, but failed to decode it.?_flush_decoder???	??_decode?_flush_decoder$21k
        Flushes the decoder. Should only be called if the decoder is actually
        being used.
        ?flush???	??_error_catcher$22?
        Catch low-level python exceptions, instead re-raising urllib3
        variants, so that low-level exceptions are not leaked in the
        high-level api.

        On exit, release the connection back to the pool.
        Read timed out.?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;n
hread operation timed out	str_notin
?
h()Lorg/python/core/PyException;?
|Connection broken: %rcloseisclosed?	?_error_catcherread$23f_exits~	P
        Similar to :meth:`httplib.HTTPResponse.read`, but with two additional
        parameters: ``decode_content`` and ``cache_content``.

        :param amt:
            How much of the content to read. If specified, caching is skipped
            because it doesn't make sense to cache partial content as the full
            response.

        :param decode_content:
            If True, will attempt to decode the body based on the
            'content-encoding' header.

        :param cache_content:
            If True, will save the returned data such that the same result is
            returned despite of the state of the underlying file object. This
            is useful if you want the ``.data`` property to continue working
            after having ``.read()`` the file object. (Overridden if ``amt`` is
            set.)
        !org/python/core/ContextGuard#
getManager<(Lorg/python/core/PyObject;)Lorg/python/core/ContextManager;%&
$'org/python/core/ContextManager)	__enter__+?*,_ne.?
h/__exit__=(Lorg/python/core/ThreadState;Lorg/python/core/PyException;)Z12*3_isub5?
h6?	?8_pow:?
h;	stream$24_
        A generator wrapper for the read() method. A call will block until
        ``amt`` bytes have been read from the connection or until the
        connection is closed.

        :param amt:
            How much of the content to read. The generator will return up to
            much data per iteration, but may return less. This is particularly
            likely when using compressed data. However, the empty string will
            never be returned.

        :param decode_content:
            If True, will attempt to decode the body based on the
            'content-encoding' header.
        >supports_chunked_reads@read_chunkedBamtD=?	?FstreamHfrom_httplib$25
        Given an :class:`httplib.HTTPResponse` instance ``r``, return a
        corresponding :class:`urllib3.response.HTTPResponse` object.

        Remaining parameters are passed to the HTTPResponse constructor, along
        with ``original_response=r``.
        KmsgMitemsOfrom_httplibQbodySoriginal_responseU
_callextra~([Lorg/python/core/PyObject;[Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject;WX
hYJ?	?[classmethod]
getheaders$26_?	?`
getheadersbgetheader$27d?	?e	getheaderginfo$28i?	?jinfolclose$29closedon?	?q	closed$30s?	?t	fileno$31-HTTPResponse has no file to get a fileno fromwfilenoyOThe file-like object this HTTPResponse is wrapped around has no file descriptor{v?	?}flush$32?	??readable$33??	??readable?readinto$34__setslice__k(Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)V??
h???	??readinto?supports_chunked_reads$35?
        Checks if the underlying file-like object looks like a
        httplib.HTTPResponse object. We do this by testing for the fp
        attribute. If it is present we assume it returns raw chunks as
        processed by read_chunked().
        ?fp???	??_update_chunk_length$36readline?;?__getitem__??
h???	??_update_chunk_length?_handle_chunk$37
_safe_read?_sub??
h???	??
_handle_chunk?read_chunked$38?
        Similar to :meth:`HTTPResponse.read`, but with an additional
        parameter: ``decode_content``.

        :param decode_content:
            If True, will attempt to decode the body based on the
            'content-encoding' header.
        ?HResponse is not chunked. Header 'transfer-encoding: chunked' is missing.?gBody should be httplib.HTTPResponse like. It should have have an fp attribute which returns raw chunks.?
flush_decoder?
???	???	??(Ljava/lang/String;)Vorg/python/core/PyFunctionTable?
??selfLurllib3/response$py;??	???newCode?(I[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IZZLorg/python/core/PyFunctionTable;I[Ljava/lang/String;[Ljava/lang/String;II)Lorg/python/core/PyCode;??
|??	???name?decompressed?mode?preload_content?pool?request_method?tr_enc?	encodings?	_(150_21)?_(x)?enc?	?length?lengths?	_[226_31]?val?content_encoding?e?buf?
clean_exit?line?ResponseCls?r?response_kw?resp?default?btempreturned_chunkchunk?decoded
getMain()Lorg/python/core/PyCode;main([Ljava/lang/String;)V???
?
?org/python/core/CodeLoadercreateSimpleBootstrap9(Lorg/python/core/PyCode;)Lorg/python/core/CodeBootstrap;
runMain5(Lorg/python/core/CodeBootstrap;[Ljava/lang/String;)V
|getCodeBootstrap!()Lorg/python/core/CodeBootstrap;#org/python/core/PyRunnableBootstrap!)getFilenameConstructorReflectionBootstrap2(Ljava/lang/Class;)Lorg/python/core/CodeBootstrap;#$
"%
call_functionS(ILorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;
?)x
?+?
?-?
?/?
?1?
?3?
?5
?7
?9

?;
?=0
??b
?A?
?C?
?E?
?G?
?I?
?K?
?M?
?O?
?Q?
?S
?U
?W=
?YJ
?[_
?]d
?_i
?an
?cs
?ev
?g
?i?
?k?
?m?
?o?
?q?
?s?
?uorg/python/core/PyRunnablew Lorg/python/compiler/APIVersion;%Lorg/python/compiler/MTime;`9??Lorg/python/compiler/Filename;Z/home/trustin/Workspaces/sphinx-maven-plugin/target/update-sphinx/dist/urllib3/response.pyorg/python/core/ThreadState?k~CodeLineNumberTableStackMap
SourceFileRuntimeVisibleAnnotations!??x(???x?????????????
??0?b?????????????????????=?J?_?d?i?n?s?v??????????????,???+?
?N-S-+?N-2:+?:+??N-S-+?N-2:+?:+?+?"N+-?N+?$+?"N+$-?N+?&+?"N+&-?N+?(?N-*S-+?N-2:+,?:+?(?N-.S-+?N-2:+0?:+	?2?N-4S-+?N-2:+4?:+
?6?N-8S-:S-S-@S-BS-DS-+?N-2:+8?:-2:+:?:-2:+<?:-2:+>?:-2:+@?:-2:+B?:-2:+D?:+?F?N-HS-JS-LS-+?N-2:+N?:-2:+J?:-2:+L?:+?P?N-RS-+?N-2:+T?:+?V?N-XS-ZS-+?N-2:+X?:-2:+Z?:+?\?N-^S-`S-+?N-2:+^?:-2:+`?:+?+&?df?k,+m?d?qN+s-?N+??hN+u?d-__Sw-???:+w?:-??+7??hN+u?d-__S?-?	??:+??:-??+E???N??Y+??-???N+-?N+L??hN+$?d?k-__S-????:+?:-??+??????J	
7ELx??}+z+m?d?+???N??Y+??-????N+?-?N+???N??Y+??-????N+?-?N+ ???N??Y+??-????N+?-?N+??? ???d+?+???N+???-??N+?+J??,??N+???-??N+?+????k,??N+???-??N+?????????'+?+???,+????k+????N+??-????+!?+?????™+"?+??N+??-?+$?+????k???™)+%?+????kĶk,+???qN+??-?+'?+???::?k:+??_??:??+)?+????kĶk,+???q:+??:+*?+???™@++?+Ͷ?:+?????:+,?+ζ?:+?????:?+-?+??N+??-?+??:+??.?k?ؙ?+/?+Ͷ?:+?????:+0?+????k,+??ڶk?ݶq:+?????::+2?+??Ķk,+????k?qN+4?+ζ?:+?????:+??-?:+??+4?+ζ?:+?????:??????????????!?!!??>!"$%')*+,-/0244??'??f????hh!??hh?????h???????hh????}+z+m?d?+9???N??Y+??-???N+?-?N+-??N+?+??N+??@-??N+??+
??N+??B-??N+??+ζ?N+??D-??N+??+ζ?N+??F-??N+??+ζ?N+??H-??N+??+	??N+??J-??N+????N+??L-??N+??+??Y?™1W+2??,+???NY?hY+N??SY+J??S?O???™!+??+??N+??F-??N?+??+
??N+??Q-??N+??+??N+??S-??N+??+U??,+??W????™!+??+??N+??H-??N?+??+Ͷ?N+??Y-??N+??+ζ?N+??[-??N+??+??4?k]?k,_?/???a?k,??N+-??N+??+????Y+????N-?v??:+??x?k,z??q_?e,_?q-??N+-??N+??Y?N+??-_?}N?™"+??+???N+??Y-??N?+??+???k,+???qN+???-??N+??+??Y?™W+??F?k???™M+??+??W?k,?hN+??-__S?:>S-??NN+??F-??N?+??????~vwyz{|}~???????????????????????????c?????h
?????????????h,??ib?S???+??+???eN?n+??+??+??+??g?k,??+???i:-SS+?m?+?m:2?hN2?h:+?qY?ԙ???hW+??-?t:???+?????+??????c???c??????????q????hhW??}??hh?i???h??????x+????W+??+??6?kN+??-?k-_?}N?™-+??+??4?k]?k,???qN+??-?+??+Ͷ?N+??-???????c??????+??+??Q?k??Y?šW+??S?k???™+??+?????+??+??Q?k??k,+??S?k?qW+??+ζ?N+??S-??N+???????????#+??hA??????+??+??F?k?™+??+??F?kN+??-?+??+??H?k?™G+??+??W?k,?h:+???__S?:?S??:N+??-?+??????????? 2???????2+??+??S?kN+??-?????D(+Ƕ??W+ȶ+??L?kN+??-??
?????	n+Ͷ??W+ζ+??4?k]?k,???qN+-??N+ж+??N+ζ?-_??NY?™W+??Y?k?™6+Զ+s????k,???qW+ٶ+ζ?N+??-?+۶+??:+ζ?_??:?™?+?+???,?$Y??Y??k:+??:+?+??x?k,z??q?e:?++??+?+??,+???,+???q?qW+??t:???+?+???q:+??:+?+ö?,+???q:??_??:?™&+?+D??,ȸ+???˶q?Ͽ+?+??Ѷk,??:+??:?7+??:+Ӷ??ؙ+?+ζ?:+??:?C?+?+??:??_??:?™+?+ζ?:+??:??+?+???,+??6?k?q:+??:?6+??:+Ӷ??ؙ+???:+??:??+??+??:?NY?hY̸?SY0??S?O_?}:Y?šTWd??:+??_Y:??Y:?™ȸ?_??::Y?šW+??:۸_?:?™+????:+??:?+??+??N+??-?????Mwz??Z???????????????????????Of??h?????hhh?$7??hh?$???h???h?
???
??hJ???M???z??i???????????hh:??hZ?????+???W+?+??4?k]?k,?/???a?k,??N+-??N+?+??D?kN+ζ?-_??NY?™W+??N+??+?k-_?}N?™,+?+??,+???qN+??D-??N?+????????%???h?????,j+??W+	?+??Y?™W+??D?k?™/+
?+??D?kĶk,+???qN+-??N???+??N-?NY?hY+??SY+??.?kS?O?ؙ|-??:+??:+?+??4?k]?k,?/???a?k,??:+??:+
?+??,+??Q?k+ζ????Ͽ?+Z???ؙ|??:+??:+7?
?:+??,+???q_?:?™+:???+??,+??Q?k+ζ????Ͽ??h:+X??__S+0??__S?NY?O???ؙ???:+??:+@?+:??,?+????+?????Ͽ??+D?+???:+??:+H?+?????™v+L?+??J?k?™#+M?+??J?k?k,??W?+R?+??S?k?™#+S?+??S?k?k,??W??+W?+??J?kY?™W+??J?k?k,???™+X?+????k,??W???N-+??+H?+?????™v+L?+??J?k?™#+M?+??J?k?k,??W?+R?+??S?k?™#+S?+??S?k?k,??W??+W?+??J?kY?™W+??J?k?k,???™+X?+????k,??W?-??+?????+??????n???n????)Qu?_ru?)Q??_????<???????????b)*..37:<@DHLMRSWXHLMRSWX????Q??n????iu???????????????<??????????????????????Q???T???????h?????????????1???4???c???h????????????D?+?h? +n?"?W+o?+???k,??W+p?+??N+ζ?-_??N?™!+q?+??>?kN+-??N?+s?+??H?kN+ζ?-_??N?™+t?+?????+v?+Ͷ?N+-??N+w?+ζ?N+-??N+???k,???(YN,?-:+z?+??:+ζ?_??:?™G+|?+??H?kW?k,??:+??:+}?+???:+??:?/+?+Ͷ?:+??:+??+??H?kW?k,+???q:+??:+??+??:??_?0:Y?™W+?????™?+??+??H?k?k,??W+??+???:+??:+??+??B?kY?™5W+????k:?NY?hY??SY+ζ?S?O_?:?™.+??+B??,+??L?k+????k???Ͽ?-,?4W?+??-_,_?4?
???+??+???™+??+??LN:-?k:+ö?,+???q_??:-??+??+????kN+ζ?-_??N?™@+??+???N:-?k:+ö?,+???q_?7:-???+??+????k,+??+??+???N+-??N+??+???™!+??+??N+??F-??N??+??+??N+??-??|???jnopqstvwz|}????????????????k?????P??*???*hH??*hy??*|??*???*h????*hN??hh???hh???*h=???+????W+??+??Y?kY?™W+??A?k,???™?+??+??C?k,?hN+??-__S+??-__S?:>S-??N?eN?d+??+??+??+??+???i:-SS+?m?+?m:2?hN2?h:+?qY?ԙ???hW+??-?t:????ͧ?+??+??W?k,?hN+??-__S+??-__S?:ES>S-??NN+-??N+??+???™B+??+??+??+???iN+-?m?+?mN+?qY?ԙ???hW?+??+^??,+??H?k?q???š?<+?????+??????.???.?????????.?????????????
??:??h???hh??????hh?i???hi????????????i?????????J? ?+??L?W+¶+??N?kN+-??N+Ķ+2??,+??+4???????™j+Ŷ+L???™/+ƶ+4??,+??P?k,???qN+-??N?(+ȶ+4??R?k,+???qN+-??N?+˶+???,+??S?S??::+??:+\?+???™R+]?+]?+??+???i:-S+?m?+?m:2?*N+?qY?ԙ???hW?+U?+????š??+_?+???™?+c?+????k,??:+??:+d?+???™R+e?+e?+??+???i:-S+?m?+?m:2?*N+?qY?ԙ???hW???u+i?+??H?k??k??k,??:+??:+j?+?????™	?B?+m?+??:??_?:?™	??+h?+????š?~+q?+??J?k?™#+r?+??J?k?k,??W?-,?4W?+??-_,_?4?
???+?????+????????????A????b??e.??<????F??Io??r????rCDFGJKPQRVWYZ\]]U_cdeeijmhqr????f????????h??!??*ib?e??*.??K??*?iR??*ie??*i??????*?i???*????*i??*iF?I??*o?r??*i???*i???*i???*i????*i??????p
d*??*???M,+????ɳ??M,+w???ɳ??M,?S,+????ɳ??M,?S,?S,+????ɳ??M,?S,?S,?S,+? ???ɳ??M,+?7???ɳ	?M,?S,+?9???ɳ?M,?S,?S,+?<???ɳ?M,?S,?S,+?????ɳ?M,?S,+E??	?ɳ?M,+L??
?ɳ??M,?S,TS,4S,6S,8S,:S,S,	VS,
?S,VS,@S,
BS,?S,?S,?S,?S,+?q???ɳ??M,?S,?S,+????!?ɳv?M,?S,+????
?ɳ??M,?S,+?????ɳ??M,?S,+?????ɳ??M,?S,+V????ɳ??M,?S,+?????ɳ??M,?S,?S,?S,?S,?S,?S,6S,+????ɳ??M,?S,?S,+?????ɳ??M,?S,?S,>S,?S,?S,?S,+????ɳ??M,?S,?S,+????ɳ?M,?S,?S,?S,+!??!?ɳ?M,?S,ES,>S,?S,?S,?S,+WZ???ɳ9?M,?S,ES,>S,?S,?S,+I???!?ɳG?M,?S,?S,?S,4S,S,S,S,?S,+C;??&!?ɳ??
??˰	?!??Y???*??	 ???&?'(?JN*,-?H&????????????????????? $(,048<@D?*??,??.??0??2??4??6??8??:????@??B??D??F??H??J??L??N??P??R??T??V??X??Z??\??^??`??b??d??f??h??j??l??n??p??r??t??v????(???????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????????? ????$????(????,????0????4????8????<????@????D????H????L??????y?Iz{?J|~?s




© 2015 - 2024 Weber Informatics LLC | Privacy Policy