Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
§
àÀf
^ ã ór — d Z ddlZddlZddlZddlZddlZddlZddlZddlZg d¢Z d\ Z
ZZZ
Zd\ ZZdZdZdZd edddfd
„Zd„ Z G d„ d
¦ « Z G d„ de¦ « Z G d„ dej ¦ « Zd„ Zd„ Z G d„ dej ¦ « Z ddede fd„Z!efddœd„Z"d„ Z#d„ Z$e%dk r e$¦ « dS dS )z‘Functions that read and write gzipped files.
The user of the file doesn't have to worry about the compression,
but random access is not allowed.é N)ÚBadGzipFileÚGzipFileÚopenÚcompressÚ
decompress)é é é é é )r r r é é Úrbc ó" — d|v rd|v rt d|›�¦ « ‚n3|�t d¦ « ‚|�t d¦ « ‚|�t d¦ « ‚| dd¦ « }t | t t t
j f¦ « rt | ||¦ « }nBt | d ¦ « st | d
¦ « rt d||| ¦ « }nt d¦ « ‚d|v r+t j |¦ « }t j ||||¦ « S |S )a Open a gzip-compressed file in binary or text mode.
The filename argument can be an actual filename (a str or bytes object), or
an existing file object to read from or write to.
The mode argument can be "r", "rb", "w", "wb", "x", "xb", "a" or "ab" for
binary mode, or "rt", "wt", "xt" or "at" for text mode. The default mode is
"rb", and the default compresslevel is 9.
For binary mode, this function is equivalent to the GzipFile constructor:
GzipFile(filename, mode, compresslevel). In this case, the encoding, errors
and newline arguments must not be provided.
For text mode, a GzipFile object is created, and wrapped in an
io.TextIOWrapper instance with the specified encoding, error handling
behavior, and line ending(s).
ÚtÚbzInvalid mode: Nz0Argument 'encoding' not supported in binary modez.Argument 'errors' not supported in binary modez/Argument 'newline' not supported in binary modeÚ ÚreadÚwritez1filename must be a str or bytes object, or a file)
Ú
ValueErrorÚreplaceÚ
isinstanceÚstrÚbytesÚosÚPathLiker ÚhasattrÚ TypeErrorÚioÚ
text_encodingÚ
TextIOWrapper)ÚfilenameÚmodeÚ
compresslevelÚencodingÚerrorsÚnewlineÚgz_modeÚbinary_files ú+/opt/alt/python311/lib64/python3.11/gzip.pyr r s2 € ð( ˆd€{€{Ø�$ˆ;ˆ;Ý�*°4°4Ð9Ñ:Ô:Ð:ð ð ÐÝÐOÑPÔPÐPØÐÝÐMÑNÔNÐNØÐÝÐNÑOÔOÐOà�lŠl˜3 Ñ#Ô#€GÝ�(�S¥%¬Ð5Ñ6Ô6ð Mݘx¨°-Ñ@Ô@ˆˆÝ �˜6Ñ "Ô "ð M¥g¨h¸Ñ&@Ô&@ð Mݘt W¨m¸XÑFÔFˆˆåÐKÑLÔLÐLà
ˆd€{€{ÝÔ# HÑ-Ô-ˆÝÔ ¨X°v¸wÑGÔGÐGàÐó c óV — | t j d|¦ « ¦ « d S )Nz