HEX

Warning: set_time_limit() [function.set-time-limit]: Cannot set time limit - prohibited by configuration in /home/u547966/brikov.ru/www/wp-content/plugins/admin-menu-editor/menu-editor.php on line 745
Server: Apache
System: Linux 4.19.0-0.bpo.9-amd64 x86_64 at red40
User: u547966 (5490)
PHP: 5.3.29-mh2
Disabled: syslog, dl, popen, proc_open, proc_nice, proc_get_status, proc_close, proc_terminate, posix_mkfifo, chown, chgrp, accelerator_reset, opcache_reset, accelerator_get_status, opcache_get_status, pcntl_alarm, pcntl_fork, pcntl_waitpid, pcntl_wait, pcntl_wifexited, pcntl_wifstopped, pcntl_wifsignaled, pcntl_wifcontinued, pcntl_wexitstatus, pcntl_wtermsig, pcntl_wstopsig, pcntl_signal, pcntl_signal_dispatch, pcntl_get_last_error, pcntl_strerror, pcntl_sigprocmask, pcntl_sigwaitinfo, pcntl_sigtimedwait, pcntl_exec, pcntl_getpriority, pcntl_setpriority
Upload Files
File: //usr/lib/python3.5/urllib/__pycache__/error.cpython-35.pyc


FüƒaË
ã@spdZddlZdddgZGdd„deƒZGdd„deejjƒZGdd„deƒZ	dS)	aïException classes raised by urllib.

The base exception class is URLError, which inherits from OSError.  It
doesn't define any behavior of its own, but is the base class for all
exceptions defined in this package.

HTTPError is an exception class that is also a valid HTTP response
instance.  It behaves this way because HTTP protocol errors are valid
responses, with a status code, headers, and a body.  In some contexts,
an application may want to handle an exception like a regular
response.
éNÚURLErrorÚ	HTTPErrorÚContentTooShortErrorc@s+eZdZddd„Zdd„ZdS)rNcCs.|f|_||_|dk	r*||_dS)N)ÚargsÚreasonÚfilename)Úselfrr©r	ú"/usr/lib/python3.5/urllib/error.pyÚ__init__s	zURLError.__init__cCsd|jS)Nz<urlopen error %s>)r)rr	r	r
Ú__str__#szURLError.__str__)Ú__name__Ú
__module__Ú__qualname__rrr	r	r	r
rsc@s‚eZdZdZejjjZdd„Zdd„Z	dd„Z
edd	„ƒZed
d„ƒZ
e
jdd„ƒZ
d
S)rzBRaised when HTTP error occurs, but also acts like non-error returncCsS||_||_||_||_||_|dk	rO|j||||ƒdS)N)ÚcodeÚmsgÚhdrsÚfprÚ_HTTPError__super_init)rZurlrrrrr	r	r
r+s					zHTTPError.__init__cCsd|j|jfS)NzHTTP Error %s: %s)rr)rr	r	r
r8szHTTPError.__str__cCsd|j|jfS)Nz<HTTPError %s: %r>)rr)rr	r	r
Ú__repr__;szHTTPError.__repr__cCs|jS)N)r)rr	r	r
r@szHTTPError.reasoncCs|jS)N)r)rr	r	r
ÚheadersDszHTTPError.headerscCs
||_dS)N)r)rrr	r	r
rHsN)r
rrÚ__doc__ÚurllibÚresponseÚ
addinfourlrrrrÚpropertyrrÚsetterr	r	r	r
r's
c@s"eZdZdZdd„ZdS)rzDException raised when downloaded size does not match content-length.cCstj||ƒ||_dS)N)rrÚcontent)rÚmessagerr	r	r
rOszContentTooShortError.__init__N)r
rrrrr	r	r	r
rMs)
rZurllib.responserÚ__all__ÚOSErrorrrrrrr	r	r	r
Ú<module>s
&