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/__pycache__/_compression.cpython-35.pyc


Fa@sQdZddlZejZGdddejZGdddejZdS)z7Internal classes used by the gzip, lzma and bz2 modulesNc@sFeZdZdZddZddZddZdd	Zd
S)
BaseStreamzMode-checking helper functions.cCs|jrtddS)NzI/O operation on closed file)closed
ValueError)selfr"/usr/lib/python3.5/_compression.py_check_not_closeds	zBaseStream._check_not_closedcCs|jstjddS)NzFile not open for reading)readableioUnsupportedOperation)rrrr_check_can_readszBaseStream._check_can_readcCs|jstjddS)NzFile not open for writing)writabler
r)rrrr_check_can_writeszBaseStream._check_can_writecCs:|jstjd|js6tjddS)Nz3Seeking is only supported on files open for readingz3The underlying file object does not support seeking)r	r
rseekable)rrrr_check_can_seekszBaseStream._check_can_seekN)__name__
__module____qualname____doc__rrrrrrrrr	s
rcseZdZdZddZfddZfddZdd	Zd
dZdd
dZ	ddZ
ejddZ
ddZS)DecompressReaderz5Adapts the decompressor API to a RawIOBase reader APIcCsdS)NTr)rrrrr	$szDecompressReader.readablecKsX||_d|_d|_d|_||_||_|j|j|_||_dS)NFr)_fp_eof_pos_size_decomp_factory_decomp_args
_decompressor_trailing_error)rfpZdecomp_factoryZtrailing_errorZdecomp_argsrrr__init__'s						zDecompressReader.__init__csd|_tjS)N)rsuperclose)r)	__class__rrr#;s	zDecompressReader.closecCs
|jjS)N)rr)rrrrr?szDecompressReader.seekablecCsdt|K}|jd2}|jt|}||dt|<WdQRXWdQRXt|S)NB)
memoryviewcastreadlen)rbZviewZ	byte_viewdatarrrreadintoBs!$zDecompressReader.readintorcCs?|dkr|jS|s&|jr*dSd}x|jjr|jjpZ|jjt}|sdP|j|j	|_y|jj
||}Wq|jk
rPYqXnN|jjr|jjt}|st
dnd}|jj
||}|r3Pq3W|s&d|_|j|_dS|jt|7_|S)NrzACompressed file ended before the end-of-stream marker was reachedT)readallrrZeofZunused_datarr(BUFFER_SIZErrZ
decompressrZneeds_inputEOFErrorrrr))rsizer+Zrawblockrrrr(Hs>
		zDecompressReader.readcCs;|jjdd|_d|_|j|j|_dS)NrF)rseekrrrrr)rrrr_rewindrs		zDecompressReader._rewindcCs|tjkrn{|tjkr1|j|}n\|tjkrx|jdkrhx|jtjrgqRW|j|}ntdj	|||jkr|j
n
||j8}xB|dkr|jttj|}|sP|t|8}qW|jS)NrzInvalid value for whence: {})
r
SEEK_SETSEEK_CURrSEEK_ENDrr(DEFAULT_BUFFER_SIZErformatr3minr))roffsetwhencer+rrrr2xs&

zDecompressReader.seekcCs|jS)z!Return the current file position.)r)rrrrtellszDecompressReader.tellr)rrrrr	r!r#rr,r(r3r
r4r2r<rr)r$rr!s*r)rr
r7r/BufferedIOBaser	RawIOBaserrrrr<module>s