kr.motd.maven.sphinx.dist.requests.exceptions$py.class Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sphinx-maven-plugin Show documentation
Show all versions of sphinx-maven-plugin Show documentation
Maven plugin that creates the site with Sphinx
???? 1? f$0 R(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; __doc__ `
requests.exceptions
~~~~~~~~~~~~~~~~~~~
This module contains the set of Requests' exceptions.
org/python/core/PyString fromInterned .(Ljava/lang/String;)Lorg/python/core/PyString;
org/python/core/PyFrame
setglobal /(Ljava/lang/String;Lorg/python/core/PyObject;)V
setline (I)V
urllib3.exceptions java/lang/String HTTPError org/python/core/imp
importFrom \(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject;
!
BaseHTTPError # setlocal %
& org/python/core/PyObject ( IOError * getname .(Ljava/lang/String;)Lorg/python/core/PyObject; , -
. RequestException 0 RequestException$1
__module__ 3 __name__ 5 TThere was an ambiguous exception that occurred while handling your
request.
7 org/python/core/Py 9 EmptyObjects [Lorg/python/core/PyObject; ; < : = org/python/core/PyFunction ? f_globals Lorg/python/core/PyObject; A B C
__init__$2 BInitialize RequestException with `request` and `response` objects. F getlocal (I)Lorg/python/core/PyObject; H I
J pop L __getattr__ N -
) O response Q None S getglobal U -
V __call__ m(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; X Y
) Z (ILorg/python/core/PyObject;)V % \
] __setattr__ _
) ` request b _isnot 6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject; d e
) f __nonzero__ ()Z h i
) j __not__ ()Lorg/python/core/PyObject; l m
) n hasattr p super r __init__ t
_callextra ~([Lorg/python/core/PyObject;[Ljava/lang/String;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; v w
) x f_lasti I z { | S B : ~ requests/exceptions$py ? Lorg/python/core/PyCode; E ? ? ? j(Lorg/python/core/PyObject;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;Lorg/python/core/PyObject;)V ? ?
@ ? getf_locals ? m
? 2 ? ? ? makeClass a(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 ? ?
? ? HTTPError$3 An HTTP error occurred. ? ? ? ? ? ConnectionError ? ConnectionError$4 A Connection error occurred. ? ? ? ? ?
ProxyError ? ProxyError$5 A proxy error occurred. ? ? ? ? ? SSLError ?
SSLError$6 An SSL error occurred. ? ? ? ? ? Timeout ? Timeout$7 ?The request timed out.
Catching this error will catch both
:exc:`~requests.exceptions.ConnectTimeout` and
:exc:`~requests.exceptions.ReadTimeout` errors.
? ? ? ? ? ConnectTimeout ? ConnectTimeout$8 ?The request timed out while trying to connect to the remote server.
Requests that produced this error are safe to retry.
? ? ? ? ? ReadTimeout ?
ReadTimeout$9 @The server did not send any data in the allotted amount of time. ? ? ? ? ? URLRequired ? URLRequired$10 *A valid URL is required to make a request. ? ? ? ? ? TooManyRedirects ? TooManyRedirects$11 Too many redirects. ? ? ? ? ?
ValueError ?
MissingSchema ? MissingSchema$12 /The URL schema (e.g. http or https) is missing. ? ? ? ? ?
InvalidSchema ? InvalidSchema$13 "See defaults.py for valid schemas. ? ? ? ? ?
InvalidURL ?
InvalidURL$14 %The URL provided was somehow invalid. ? ? ? ? ?
InvalidHeader ? InvalidHeader$15 .The header value provided was somehow invalid. ? ? ? ? ? ChunkedEncodingError ? ChunkedEncodingError$16 ?The server declared chunked encoding but sent an invalid chunk. ? ? ? ? ? ContentDecodingError ? ContentDecodingError$17 !Failed to decode response content ? ? ? ? ? TypeError StreamConsumedError StreamConsumedError$18 2The content for this response was already consumed ? ?
RetryError
RetryError$19 Custom retries logic failed
? ? UnrewindableBodyError UnrewindableBodyError$20 :Requests encountered an error when trying to rewind a body ? ? Warning RequestsWarning RequestsWarning$21 Base warning for Requests. ? ? DeprecationWarning! FileModeWarning# FileModeWarning$22 JA file was opened in text mode, but Requests determined its binary length.&% ? ?( RequestsDependencyWarning* RequestsDependencyWarning$23 @An imported dependency doesn't match the expected version range.-, ? ?/ (Ljava/lang/String;)V org/python/core/PyFunctionTable2 ()V ?4
35 self Lrequests/exceptions$py;78 ?9 ; 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;=>
:? ? ?A7 argsD kwargsF getMain ()Lorg/python/core/PyCode; main ([Ljava/lang/String;)V ? ?1
?MHI
?O org/python/core/CodeLoaderQ createSimpleBootstrap 9(Lorg/python/core/PyCode;)Lorg/python/core/CodeBootstrap;ST
RU runMain 5(Lorg/python/core/CodeBootstrap;[Ljava/lang/String;)VWX
:Y getCodeBootstrap !()Lorg/python/core/CodeBootstrap; #org/python/core/PyRunnableBootstrap] )getFilenameConstructorReflectionBootstrap 2(Ljava/lang/Class;)Lorg/python/core/CodeBootstrap;_`
^a
call_function S(ILorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;
?e 2
?g E
?i ?
?k ?
?m ?
?o ?
?q ?
?s ?
?u ?
?w ?
?y ?
?{ ?
?} ?
? ?
?? ?
?? ?
?? ?
??
??
??
??
??%
??,
?? org/python/core/PyRunnable? Lorg/python/compiler/APIVersion; value % Lorg/python/compiler/MTime; `9?? Lorg/python/compiler/Filename; ]/home/trustin/Workspaces/sphinx-maven-plugin/target/update-sphinx/dist/requests/exceptions.py org/python/core/ThreadState? Code LineNumberTable StackMap
SourceFile RuntimeVisibleAnnotations ! ?3 ? 78 ? 2 ? E ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? % ? , ? ? \ ?+? ? +? ? W+ ? ? N-S-+? "N-2:+$? ':+? ? )N++? /-__S1-? ?? ?:+1? ':-? ?+? ? )N+1? /-__S-? ?? ?:+? ':-? ?+ ? ? )N+1? /-__S?-? ?? ?:+?? ':-? ?+$? ? )N+?? /-__S?-? ?? ?:+?? ':-? ?+(? ? )N+?? /-__S?-? ?? ?:+?? ':-? ?+,? ? )N+1? /-__S?-? ?? ?:+?? ':-? ?+5? ? )N+?? /-__S+?? /-__S?-? ?? ?:+?? ':-? ?+