Psyduck - 可達鴨 之 鴨力山大2


Server : LiteSpeed
System : Linux premium217.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User : alloknri ( 880)
PHP Version : 8.1.34
Disable Function : NONE
Directory :  /lib64/python3.8/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //lib64/python3.8/__pycache__/tarfile.cpython-38.pyc
U

&�.e��@sdZdZdZdZddlmZddlZddlZddl	Z	ddl
Z
ddlZddlZddl
Z
ddlZddlZddlZzddlZWnek
r�dZYnXzddlZWnek
r�dZYnXeefZzeef7ZWnek
r�YnXddd	d
ddd
ddddddddgZdZdZdZdZedZdZdZ dZ!dZ"dZ#dZ$dZ%d Z&d!Z'd"Z(d#Z)d$Z*d%Z+d&Z,d'Z-d(Z.d)Z/d*Z0d+Z1d,Z2dZ3d-Z4d.Z5e5Z6e$e%e&e'e*e+e,e(e)e-e.e/fZ7e$e%e,e/fZ8e-e.e/fZ9d/Z:d0d1d2d3hZ;e<e<e<e=e=e=d4�Z>ej?d5k�r�d6Z@ne�A�Z@d7d8�ZBd9d:�ZCd;d<�ZDd=e6fd>d?�ZEd@dA�ZFdedfdBdC�ZGdDdE�ZHGdFd
�d
eI�ZJGdGd�deJ�ZKGdHd�deJ�ZLGdId�deJ�ZMGdJd
�d
eJ�ZNGdKd�deJ�ZOGdLdM�dMeO�ZPGdNdO�dOeO�ZQGdPdQ�dQeO�ZRGdRdS�dSeO�ZSGdTdU�dUeO�ZTGdVdW�dW�ZUGdXdY�dY�ZVGdZd[�d[eW�ZXGd\d]�d]eW�ZYGd^d_�d_e	jZ�Z[Gd`da�daeJ�Z\Gdbdc�dce\�Z]Gddde�dee\�Z^Gdfdg�dge\�Z_Gdhdi�die\�Z`Gdjdk�dke\�Zad{dldm�Zbdndo�Zcdpdq�Zddrds�Zeecedeedt�ZfeW�ZgGdud�deW�ZhGdvd�deW�Zidwd	�ZjeijZdxdy�Zkeldzk�r
ek�dS)|z,Read from and write to tar format archives.
z0.9.0u"Lars Gustäbel (lars@gustaebel.de)u4Gustavo Niemeyer, Niels Gustäbel, Richard Townsend.�)�openN�TarFile�TarInfo�
is_tarfile�TarError�	ReadError�CompressionError�StreamError�ExtractError�HeaderError�ENCODING�USTAR_FORMAT�
GNU_FORMAT�
PAX_FORMAT�DEFAULT_FORMATrTz/etc/python/tarfile.cfg�i�sustar  sustar00�d��0�1�2�3�4�5�6�7�L�K�S�x�g�X��)�path�linkpath�size�mtime�uid�gid�uname�gnamer%r&r+r,)Zatime�ctimer(r)r*r'�nt�utf-8cCs8|dkrtd��|�||�}|d|�|t|�tS)z8Convert a string to a null-terminated bytes object.
    Nzmetadata cannot contain None)�
ValueError�encode�len�NUL)�s�length�encoding�errors�r8�/usr/lib64/python3.8/tarfile.py�stn�sr:cCs*|�d�}|dkr|d|�}|�||�S)z8Convert a null-terminated bytes object to a string.
    r���N)�find�decode)r4r6r7�pr8r8r9�nts�s
r?cCs�|ddkrbd}tt|�d�D]}|dK}|||d7}q |ddkr�dt|�d|}n@z"t|dd�}t|��p|d	d�}Wntk
r�td
��YnX|S)z/Convert a number field to a python number.
    r)��r#�rA��ascii�strict�0�invalid header)�ranger2r?�int�stripr0�InvalidHeaderError)r4�n�ir8r8r9�nti�srNrBcCs�t|�}d|kr$d|dkrDnntd|d|fd�t}n�|tkr�d|d|krrd|dkr�nnV|dkr�tdg�}ntdg�}d||}t|d�D]}|�d|d@�|dL}q�ntd	��|S)
z/Convert a python number to a number field.
    rrBr#z%0*orDrCr@rAzoverflow in number field)rI�bytesr3r�	bytearrayrH�insertr0)rL�digits�formatr4rMr8r8r9�itn�s 2
rTcCs0dtt�d|��}dtt�d|��}||fS)a�Calculate the checksum for a member's header by summing up all
       characters except for the chksum field which is treated as if
       it was filled with spaces. According to the GNU tar sources,
       some tars (Sun and NeXT) calculate chksum with signed char,
       which will be different if there are chars in the buffer with
       the high bit set. So we calculate two checksums, unsigned and
       signed.
    rCZ
148B8x356BZ
148b8x356b)�sum�structZunpack_from)�bufZunsigned_chksumZ
signed_chksumr8r8r9�calc_chksums�s	rXc	Cs�|pd}|dkrdS|dkr.t�|||�dSt||�\}}t|�D],}|�|�}t|�|krf|d��|�|�qD|dkr�|�|�}t|�|kr�|d��|�|�dS)zjCopy length bytes from fileobj src to fileobj dst.
       If length is None, copy the entire content.
    i@rN�unexpected end of data)�shutil�copyfileobj�divmodrH�readr2�write)	�srcZdstr5�	exception�bufsize�blocks�	remainder�brWr8r8r9r[�s$


r[cCs8ttjdd�}|dk	r(|�|d��|�}t|dd�dS)Nr6�backslashreplace� )�end)�getattr�sys�stdoutr1r=�print)r4r6r8r8r9�_safe_printsrlc@seZdZdZdS)rzBase exception.N��__name__�
__module__�__qualname__�__doc__r8r8r8r9rsc@seZdZdZdS)r
z%General exception for extract errors.Nrmr8r8r8r9r
sc@seZdZdZdS)rz&Exception for unreadable tar archives.Nrmr8r8r8r9rsc@seZdZdZdS)rz.Exception for unavailable compression methods.Nrmr8r8r8r9rsc@seZdZdZdS)r	z=Exception for unsupported operations on stream-like TarFiles.Nrmr8r8r8r9r	!sc@seZdZdZdS)rz!Base exception for header errors.Nrmr8r8r8r9r$sc@seZdZdZdS)�EmptyHeaderErrorzException for empty headers.Nrmr8r8r8r9rr'srrc@seZdZdZdS)�TruncatedHeaderErrorz Exception for truncated headers.Nrmr8r8r8r9rs*srsc@seZdZdZdS)�EOFHeaderErrorz"Exception for end of file headers.Nrmr8r8r8r9rt-srtc@seZdZdZdS)rKzException for invalid headers.Nrmr8r8r8r9rK0srKc@seZdZdZdS)�SubsequentHeaderErrorz3Exception for missing and invalid extended headers.Nrmr8r8r8r9ru3sruc@s0eZdZdZdd�Zdd�Zdd�Zdd	�Zd
S)�
_LowLevelFilez�Low-level file object. Supports reading and writing.
       It is used instead of a regular file object for streaming
       access.
    cCsFtjtjtjBtjBd�|}ttd�r2|tjO}t�||d�|_dS)N��r�w�O_BINARYi�)	�os�O_RDONLY�O_WRONLY�O_CREAT�O_TRUNC�hasattrrzr�fd)�self�name�moder8r8r9�__init__@s��

z_LowLevelFile.__init__cCst�|j�dS�N)r{�closer��r�r8r8r9r�Isz_LowLevelFile.closecCst�|j|�Sr�)r{r]r��r�r'r8r8r9r]Lsz_LowLevelFile.readcCst�|j|�dSr�)r{r^r��r�r4r8r8r9r^Osz_LowLevelFile.writeN)rnrorprqr�r�r]r^r8r8r8r9rv:s
	rvc@sreZdZdZdd�Zdd�Zdd�Zdd	�Zd
d�Zdd
�Z	dd�Z
dd�Zddd�Zdd�Z
dd�Zdd�ZdS)�_Streama�Class that serves as an adapter between TarFile and
       a stream-like object.  The stream-like object only
       needs to have a read() or write() method and is accessed
       blockwise.  Use of gzip or bzip2 compression is possible.
       A stream-like object could be for example: sys.stdin,
       sys.stdout, a socket, a tape device etc.

       _Stream is intended to be used only internally.
    c	Cs�d|_|dkrt||�}d|_|dkr6t|�}|��}|p<d|_||_||_||_||_d|_	d|_
d|_�zL|dkr�zddl}Wnt
k
r�td	��YnX||_|�d�|_|d
kr�|��|j|_n|��n�|dk�r:zddl}Wnt
k
�r
td��YnX|d
k�r.d|_|��|_t|_n
|��|_n||d
k�r�zddl}Wnt
k
�rntd��YnX|d
k�r�d|_|��|_|j|_n
|��|_n|dk�r�td|��Wn&|j�s�|j��d|_�YnXdS)z$Construct a _Stream object.
        TNF�*��r�gzzzlib module is not availablerx�bz2�bz2 module is not available�xz�lzma module is not available�tar�unknown compression type %r) �_extfileobjrv�_StreamProxy�getcomptyper�r��comptype�fileobjrarW�pos�closed�zlib�ImportErrorr�crc32�crc�
_init_read_gz�errorr`�_init_write_gzr��dbufZBZ2Decompressor�cmp�OSErrorZ
BZ2Compressor�lzmaZLZMADecompressor�	LZMAErrorZLZMACompressorr�)	r�r�r�r�r�rar�r�r�r8r8r9r�]sl












z_Stream.__init__cCst|d�r|js|��dS)Nr�)r�r�r�r�r8r8r9�__del__�sz_Stream.__del__cCs�|j�d|jj|jj|jjd�|_t�dtt	�	���}|�
d|d�|j�d�rf|jdd�|_t
j�|j�|_|�
|j�d	d
�t�dS)z6Initialize for writing with gzip compression.
        �	r�<Ls�s��.gzN���z
iso-8859-1�replace)r�ZcompressobjZDEFLATED�	MAX_WBITSZ
DEF_MEM_LEVELr�rV�packrI�time�_Stream__writer��endswithr{r%�basenamer1r3)r�Z	timestampr8r8r9r��s�z_Stream._init_write_gzcCsR|jdkr|j�||j�|_|jt|�7_|jdkrD|j�|�}|�|�dS)z&Write string s to the stream.
        r�r�N)	r�r�r�r�r�r2r��compressr�r�r8r8r9r^�s

z
_Stream.writecCsN|j|7_t|j�|jkrJ|j�|jd|j��|j|jd�|_qdS)z]Write string s to the stream if a whole new block
           is ready to be written.
        N)rWr2rar�r^r�r8r8r9Z__write�sz_Stream.__writecCs�|jr
dSd|_z�|jdkr:|jdkr:|j|j��7_|jdkr�|jr�|j�	|j�d|_|jdkr�|j�	t
�d|j��|j�	t
�d|j
d@��W5|js�|j��XdS)	z[Close the _Stream object. No operation should be
           done on it afterwards.
        NTryr�r�r�r�l��)r�r�r�r�r�r�rWr��flushr^rVr�r�r�r�r8r8r9r��s
z
_Stream.closecCs�|j�|jj�|_d|_|�d�dkr0td��|�d�dkrFtd��t|�d��}|�d�|d	@r�t|�d��d
t|�d��}|�	|�|d@r�|�d�}|r�|t
kr�q�q�|d@r�|�d�}|r�|t
kr�q�q�|d@r�|�d�d
S)z:Initialize for reading a gzip compressed fileobj.
        r�r$s��not a gzip filer#�zunsupported compression method��rCrB�N)r�Z
decompressobjr�r�r��
_Stream__readrr�ordr]r3)r��flagZxlenr4r8r8r9r��s*
 


z_Stream._init_read_gzcCs|jS)z3Return the stream's file pointer position.
        )r�r�r8r8r9�tell�sz_Stream.tellrcCsX||jdkrJt||j|j�\}}t|�D]}|�|j�q,|�|�ntd��|jS)zXSet the stream's file pointer to pos. Negative seeking
           is forbidden.
        rz seeking backwards is not allowed)r�r\rarHr]r	)r�r�rbrcrMr8r8r9�seeksz_Stream.seekcCs,|dk	st�|�|�}|jt|�7_|S)z5Return the next size number of bytes from the stream.N)�AssertionError�_readr�r2)r�r'rWr8r8r9r]s
z_Stream.readcCs�|jdkr|�|�St|j�}|jg}||kr�|jrB|j}d|_n|j�|j�}|sVq�z|j�	|�}Wn|j
k
r�td��YnX|�|�|t|�7}q&d�
|�}||d�|_|d|�S)z+Return size bytes from the stream.
        r�r�zinvalid compressed dataN)r�r�r2r�rWr�r]rar��
decompressr`r�append�join�r�r'�c�trWr8r8r9r�s(




z
_Stream._readcCsjt|j�}|jg}||krF|j�|j�}|s.qF|�|�|t|�7}qd�|�}||d�|_|d|�S)zsReturn size bytes from stream. If internal buffer is empty,
           read another block from the stream.
        r�N)r2rWr�r]rar�r�r�r8r8r9Z__read3s


z_Stream.__readN)r)rnrorprqr�r�r�r^r�r�r�r�r�r]r�r�r8r8r8r9r�Rs
F
	

r�c@s0eZdZdZdd�Zdd�Zdd�Zdd	�Zd
S)r�zsSmall proxy class that enables transparent compression
       detection for the Stream interface (mode 'r|*').
    cCs||_|j�t�|_dSr�)r�r]�	BLOCKSIZErW)r�r�r8r8r9r�Isz_StreamProxy.__init__cCs|jj|_|jSr�)r�r]rWr�r8r8r9r]Ms
z_StreamProxy.readcCsP|j�d�rdS|jdd�dkr8|jdd�dkr8d	S|j�d
�rHdSdSdS)
Ns�r�r�sBZhr��
s1AY&SYr�)s]�s�7zXZr�r�)rW�
startswithr�r8r8r9r�Qs$z_StreamProxy.getcomptypecCs|j��dSr�)r�r�r�r8r8r9r�[sz_StreamProxy.closeN)rnrorprqr�r]r�r�r8r8r8r9r�Ds

r�c@sjeZdZdZddd�Zdd�Zdd�Zd	d
�Zdd�Zd
d�Z	e
jfdd�Zddd�Z
dd�Zdd�ZdS)�_FileInFilezA thin wrapper around an existing file object that
       provides a part of its data as an individual file
       object.
    NcCs�||_||_||_d|_t|dd�|_d|_|dkr>d|fg}d|_g|_d}|j}|D]L\}}||kr||j�	d||df�|j�	d||||f�||7}||}qX||jkr�|j�	d||jdf�dS)Nrr�FT)
r��offsetr'�positionrhr�r��	map_index�mapr�)r�r�r�r'Z	blockinfoZlastposZrealposr8r8r9r�hs(


z_FileInFile.__init__cCsdSr�r8r�r8r8r9r��sz_FileInFile.flushcCsdS�NTr8r�r8r8r9�readable�sz_FileInFile.readablecCsdS)NFr8r�r8r8r9�writable�sz_FileInFile.writablecCs
|j��Sr�)r��seekabler�r8r8r9r��sz_FileInFile.seekablecCs|jS)z*Return the current file position.
        )r�r�r8r8r9r��sz_FileInFile.tellcCs�|tjkr tt|d�|j�|_nj|tjkr\|dkrFt|j|d�|_q�t|j||j�|_n.|tjkr�tt|j||j�d�|_ntd��|jS)z(Seek to a position in the file.
        rzInvalid argument)	�io�SEEK_SET�min�maxr'r��SEEK_CUR�SEEK_ENDr0)r�r��whencer8r8r9r��s


z_FileInFile.seekc	Cs
|dkr|j|j}nt||j|j�}d}|dk�r|j|j\}}}}||jkr`|krhq�nq�q6|jd7_|jt|j�kr6d|_q6t|||j�}|r�|j�||j|�|j�|�}t|�|kr�t	d��||7}n|t
|7}||8}|j|7_q,|S)z!Read data from the file.
        Nr�rr#rY)r'r�r�r�r�r2r�r�r]rr3)	r�r'rW�data�start�stopr�r5rdr8r8r9r]�s,

z_FileInFile.readcCs&|�t|��}||dt|��<t|�Sr�)r]r2)r�rdrWr8r8r9�readinto�sz_FileInFile.readintocCs
d|_dSr�)r�r�r8r8r9r��sz_FileInFile.close)N)N)rnrorprqr�r�r�r�r�r�r�r�r�r]r�r�r8r8r8r9r�bs

r�cseZdZ�fdd�Z�ZS)�ExFileObjectcs&t|j|j|j|j�}t��|�dSr�)r�r��offset_datar'�sparse�superr�)r��tarfile�tarinfor���	__class__r8r9r��s

�zExFileObject.__init__�rnrorpr��
__classcell__r8r8r�r9r��sr�c@seZdZdS)�FilterErrorN)rnrorpr8r8r8r9r��sr�cseZdZ�fdd�Z�ZS)�AbsolutePathErrorcs ||_t��d|j�d��dS)Nzmember z has an absolute path�r�r�r�r��r�r�r�r8r9r��szAbsolutePathError.__init__r�r8r8r�r9r��sr�cseZdZ�fdd�Z�ZS)�OutsideDestinationErrorcs.||_||_t��|j�d|�d�d�dS)Nz would be extracted to �, � which is outside the destination�r��_pathr�r�r��r�r�r%r�r8r9r��s
�z OutsideDestinationError.__init__r�r8r8r�r9r��sr�cseZdZ�fdd�Z�ZS)�SpecialFileErrorcs||_t��|j�d��dS)Nz is a special filer�r�r�r8r9r��szSpecialFileError.__init__r�r8r8r�r9r��sr�cseZdZ�fdd�Z�ZS)�AbsoluteLinkErrorcs||_t��|j�d��dS)Nz! is a symlink to an absolute pathr�r�r�r8r9r��szAbsoluteLinkError.__init__r�r8r8r�r9r��sr�cseZdZ�fdd�Z�ZS)�LinkOutsideDestinationErrorcs.||_||_t��|j�d|�d�d�dS)Nz would link to r�r�r�r�r�r8r9r��s
�z$LinkOutsideDestinationError.__init__r�r8r8r�r9r��sr�cCs�i}|j}tj�|�}|�dtjf�r@|j�dtj�}|d<tj�|�rTt|��tj�tj�	||��}tj�
||g�|kr�t||��|j}|dk	r�|d@}|r�|�
�s�|��r�|d@s�|dM}|dO}n|��s�|��r�d}nt|��||jkr�||d<|�r�|jdk	�rd|d<|jdk	�r*d|d	<|jdk	�r>d|d
<|jdk	�rRd|d<|���sf|���r�tj�|j��r~t|��|���r�tj�	|tj�|�|j�}ntj�	||j�}tj�|�}tj�
||g�|k�r�t||��|S)N�/r�i��@i�����r�r)r*r+r,)r�r{r%�realpathr��sep�lstrip�isabsr�r��
commonpathr�r��isreg�islnk�isdir�issymr�r)r*r+r,�linknamer��dirnamer�)�member�	dest_pathZfor_data�	new_attrsr�Ztarget_pathr�r8r8r9�_get_filtered_attrs�s^




��
r	cCs|Sr�r8)rrr8r8r9�fully_trusted_filter6sr
cCs(t||d�}|r$|jf|ddi��S|S)NF�deep�r	r��rrrr8r8r9�
tar_filter9srcCs(t||d�}|r$|jf|ddi��S|S)NTrFrr
r8r8r9�data_filter?sr)Z
fully_trustedr�r�c@s�eZdZdZedddddddd	d
ddd
ddddddddd�Zdidd�Zedd��Zej	dd��Zedd��Z
e
j	dd��Z
dd�Zeeeeeeeed ed!�
d"d#�Z
d$d%�Zeed&fd'd(�Zd)d*�Zd+d,�Zd-d.�Zed/d0��Zd1d2�Zed3d4��Zed5d6��Zed7d8��Zed9d:��Zed;d<��Zed=d>��Zd?d@�ZdAdB�Z dCdD�Z!dEdF�Z"dGdH�Z#dIdJ�Z$dKdL�Z%dMdN�Z&dOdP�Z'dQdR�Z(dSdT�Z)dUdV�Z*dWdX�Z+dYdZ�Z,d[d\�Z-d]d^�Z.d_d`�Z/dadb�Z0dcdd�Z1dedf�Z2dgdh�Z3dS)jraInformational class which holds the details about an
       archive member given by a tar header block.
       TarInfo objects are returned by TarFile.getmember(),
       TarFile.getmembers() and TarFile.gettarinfo() and are
       usually created internally.
    zName of the archive member.zPermission bits.z6User ID of the user who originally stored this member.z7Group ID of the user who originally stored this member.zSize in bytes.zTime of last modification.zHeader checksum.z�File type. type is usually one of these constants: REGTYPE, AREGTYPE, LNKTYPE, SYMTYPE, DIRTYPE, FIFOTYPE, CONTTYPE, CHRTYPE, BLKTYPE, GNUTYPE_SPARSE.zcName of the target file name, which is only present in TarInfo objects of type LNKTYPE and SYMTYPE.z
User name.zGroup name.zDevice major number.zDevice minor number.zThe tar header starts here.zThe file's data starts here.zMA dictionary containing key-value pairs of an associated pax extended header.zSparse member information.N)r�r�r)r*r'r(�chksum�typerr+r,�devmajor�devminorr�r��pax_headersr�r��_sparse_structs�_link_targetr�cCsj||_d|_d|_d|_d|_d|_d|_t|_d|_	d|_
d|_d|_d|_
d|_d|_d|_i|_dS)zXConstruct a TarInfo object. name is the optional name
           of the member.
        i�rr�N)r�r�r)r*r'r(r�REGTYPErrr+r,rrr�r�r�r�r�r�r8r8r9r�us"zTarInfo.__init__cCs|jS)z(In pax headers, "name" is called "path".�r�r�r8r8r9r%�szTarInfo.pathcCs
||_dSr�rrr8r8r9r%�scCs|jS)z0In pax headers, "linkname" is called "linkpath".�rr�r8r8r9r&�szTarInfo.linkpathcCs
||_dSr�r)r�rr8r8r9r&�scCsd|jj|jt|�fS)Nz<%s %r at %#x>)r�rnr��idr�r8r8r9�__repr__�szTarInfo.__repr__T)
r�r(r�rr)r*r+r,r�_KEEPc
Cs�|	rt�|�}n
t�|�}||
k	r(||_||
k	r6||_||
k	rD||_||
k	rR||_||
k	r`||_||
k	rn||_||
k	r|||_||
k	r�||_	|S)zGReturn a deep copy of self with the given attributes replaced.
        )
�copyZdeepcopyr�r(r�rr)r*r+r,)r�r�r(r�rr)r*r+r,rr�resultr8r8r9r��s(
zTarInfo.replacecCs�|jdkrd}n
|jd@}|j||j|j|j|j|j|j|j|j	|j
|j|jd�
}|dt
kr||d�d�s||dd7<|S)z9Return the TarInfo's attributes as a dictionary.
        N�)
r�r�r)r*r'r(rrrr+r,rrrr�r�)r�r�r)r*r'r(rrrr+r,rr�DIRTYPEr�)r�r��infor8r8r9�get_info�s(

�zTarInfo.get_info�surrogateescapecCsz|��}|��D]\}}|dkrtd|��q|tkrD|�|||�S|tkrZ|�|||�S|tkrn|�||�Std��dS)z<Return a tar header as a string of 512 byte blocks.
        Nz%s may not be Nonezinvalid format)	r#�itemsr0r
�create_ustar_headerr�create_gnu_headerr�create_pax_header)r�rSr6r7r"r��valuer8r8r9�tobuf�sz
TarInfo.tobufcCsnt|d<t|d�||��tkr(td��t|d�||��tkr^|�|d||�\|d<|d<|�|t||�S)z3Return the object as a ustar header block.
        �magicrzlinkname is too longr��prefix)	�POSIX_MAGICr2r1�LENGTH_LINKr0�LENGTH_NAME�_posix_split_name�_create_headerr
)r�r"r6r7r8r8r9r&�szTarInfo.create_ustar_headercCs�t|d<d}t|d�||��tkr<||�|dt||�7}t|d�||��tkrl||�|dt||�7}||�|t	||�S)z:Return the object as a GNU header block sequence.
        r+r�rr�)
�	GNU_MAGICr2r1r.�_create_gnu_long_header�GNUTYPE_LONGLINKr/�GNUTYPE_LONGNAMEr1r)r�r"r6r7rWr8r8r9r'�szTarInfo.create_gnu_headerc
	Cs*t|d<|j��}ddtfddtfddfD]j\}}}||kr>q*z||�dd	�Wn$tk
rv||||<Yq*YnXt||�|kr*||||<q*d
D]`\}}||kr�d||<q�||}d|kr�d|d
kr�nn
t|t	�r�t
|�||<d||<q�|�r|�|t|�}	nd}	|	|�
|tdd�S)z�Return the object as a ustar header block. If it cannot be
           represented this way, prepend a pax extended header sequence
           with supplement information.
        r+r�r%rr&)r+r+� )r,r,r6rDrE))r)rB)r*rB)r'�)r(r7rrBr#r�r�)r-rrr/r.r1�UnicodeEncodeErrorr2�
isinstance�float�str�_create_pax_generic_header�XHDTYPEr1r
)
r�r"r6rr�Zhnamer5rR�valrWr8r8r9r(s8
�
*
zTarInfo.create_pax_headercCs|�|td�S)zAReturn the object as a pax global header block sequence.
        r/)r<�XGLTYPE)�clsrr8r8r9�create_pax_global_header7sz TarInfo.create_pax_global_headercCs~|�d�}tdt|��D]T}d�|d|��}d�||d��}t|�||��tkrt|�||��tkrqvqtd��||fS)zUSplit a name longer than 100 chars into a prefix
           and a name part.
        r�r#Nzname is too long)�splitrHr2r�r1�
LENGTH_PREFIXr/r0)r�r�r6r7Z
componentsrMr,r8r8r9r0=s
�zTarInfo._posix_split_namecCs�|�d�ttfk}|r@t|�dd�d|�}t|�dd�d|�}ntdd||�}tdd||�}|�dt�}|dkrxtd��t|�d	d�d
||�t|�dd�d@d|�t|�d
d�d|�t|�dd�d|�t|�dd�d|�t|�dd�d|�d|t|�dd�d
||�|�dt�t|�dd�d||�t|�dd�d||�t|�dd�d|�t|�dd�d|�t|�dd�d||�g}t�	dt
d�|��}	t|	t
d��d}
|	dd�t
d|
d�|	dd�}	|	S) z�Return a header block. info is a dictionary with file
           information, format must be one of the *_FORMAT constants.
        rrrrBrr�NzTarInfo.type must not be Noner�rr�r r)r*r'r7r(s        rr+r+r6r,r,rz%dsr�i����z%06orDi����)�get�CHRTYPE�BLKTYPErTr:rr0r-rVr�r�r�rXrO)r"rSr6r7Zhas_device_fieldsrrZfiletype�partsrWrr8r8r9r1Ms:
�&zTarInfo._create_headercCs.tt|�t�\}}|dkr*|t|t7}|S)zdReturn the string payload filled with zero bytes
           up to the next 512 byte border.
        r)r\r2r�r3)Zpayloadrbrcr8r8r9�_create_payloadwszTarInfo._create_payloadcCsR|�||�t}i}d|d<||d<t|�|d<t|d<|�|t||�|�|�S)zTReturn a GNUTYPE_LONGNAME or GNUTYPE_LONGLINK sequence
           for name.
        z
././@LongLinkr�rr'r+)r1r3r2r2r1r
rH)r@r�rr6r7r"r8r8r9r3�s�zTarInfo._create_gnu_long_headerc	Cs2d}|��D]8\}}z|�dd�Wqtk
rBd}YqFYqXqd}|rV|d7}|��D]�\}}|�d�}|r�|�|d�}n
|�d�}t|�t|�d}d	}	}
|tt|
��}	|	|
kr�q�|	}
q�|tt|
�d
�d|d|d
7}q^i}d|d<||d<t|�|d<t|d<|�|td
d�|�	|�S)z�Return a POSIX.1-2008 extended or global header sequence
           that contains a list of keyword, value pairs. The values
           must be strings.
        Fr/rETr�s21 hdrcharset=BINARY
r$r�rrD� �=�
z././@PaxHeaderr�rr'r+r�)
r%r1r8r2r;rOr-r1r
rH)r@rrr6Zbinary�keywordr)Zrecords�lrLr>r"r8r8r9r<�s<

(�z"TarInfo._create_pax_generic_headerc	Csvt|�dkrtd��t|�tkr(td��|�t�tkr>td��t|dd��}|t|�krbt	d��|�}t
|dd�||�|_t|dd	��|_t|d	d
��|_
t|d
d��|_t|dd��|_t|dd��|_||_|dd
�|_t
|d
d�||�|_t
|dd�||�|_t
|dd�||�|_t|dd��|_t|dd��|_t
|dd�||�}|jtk�r�|j�d��r�t|_|jtk�r8d}g}td�D]l}	z0t|||d��}
t||d|d��}Wntk
�r�Y�qYnX|�|
|f�|d7}�q�t|d�}t|dd��}
|||
f|_ |�!��rP|j�"d�|_|�rr|jt#k�rr|d|j|_|S)zAConstruct a TarInfo object from a 512 byte bytes object.
        rzempty headerztruncated headerzend of file header��zbad checksumr�l�t�|��ii	i)iIiQiYi�r�i�r�r7�i�i�i�)$r2rrr�rs�countr3rtrNrXrKr?r�r�r)r*r'r(rrrr+r,rr�AREGTYPEr�r!�GNUTYPE_SPARSErHr0r��boolrr�rstrip�	GNU_TYPES)r@rWr6r7r�objr,r��structsrMr��numbytes�
isextended�origsizer8r8r9�frombuf�sZ
zTarInfo.frombufcCs8|j�t�}|�||j|j�}|j��t|_|�|�S)zOReturn the next TarInfo object from TarFile object
           tarfile.
        )	r�r]r�rar6r7r�r��_proc_member)r@r�rWr\r8r8r9�fromtarfileszTarInfo.fromtarfilecCsT|jttfkr|�|�S|jtkr,|�|�S|jtttfkrF|�	|�S|�
|�SdS)zYChoose the right processing method depending on
           the type and call it.
        N)rr5r4�
_proc_gnulongrX�_proc_sparser=r?�SOLARIS_XHDTYPE�	_proc_pax�
_proc_builtin)r�r�r8r8r9rbs



zTarInfo._proc_membercCsR|j��|_|j}|��s$|jtkr4||�|j�7}||_|�	|j
|j|j�|S)zfProcess a builtin type or an unknown type which
           will be treated as a regular file.
        )
r�r�r�rr�SUPPORTED_TYPES�_blockr'r��_apply_pax_inforr6r7)r�r�r�r8r8r9rh&szTarInfo._proc_builtincCs�|j�|�|j��}z|�|�}Wntk
r>td��YnX|j|_|jt	krft
||j|j�|_
n|jtkr�t
||j|j�|_|S)zSProcess the blocks that hold a GNU longname
           or longlink member.
        � missing or bad subsequent header)r�r]rjr'rcrrur�rr5r?r6r7r�r4r)r�r�rW�nextr8r8r9rd7s

zTarInfo._proc_gnulongc
	Cs�|j\}}}|`|r�|j�t�}d}td�D]n}z0t|||d��}t||d|d��}	Wntk
rzYq�YnX|r�|	r�|�||	f�|d7}q,t|d�}q||_	|j�
�|_|j|�|j
�|_||_
|S)z8Process a GNU sparse header plus extra headers.
        r�r7rUi�)rr�r]r�rHrNr0r�rYr�r�r�rjr'r�)
r�r�r]r_r`rWr�rMr�r^r8r8r9reMs(
zTarInfo._proc_sparsecCs.|j�|�|j��}|jtkr&|j}n
|j��}t�	d|�}|dk	rX|�
d��d�|d<|�d�}|dkrr|j
}nd}t�d�}d}|�||�}|s��q6|��\}	}
t|	�}	|	dkr�td	��||�d
�d|�d�|	d�}|�|
dd|j�}
|
tk�r|�|||j
|j�}n|�|dd|j�}|||
<||	7}q�z|�|�}Wntk
�rbtd��YnXd|k�r||�||�nHd
|k�r�|�|||�n.|�d�dk�r�|�d�dk�r�|�|||�|jttfk�r*|� ||j
|j�|j!|_!d|k�r*|j"}
|�#��s|jt$k�r$|
|�|j�7}
|
|_!|S)zVProcess an extended or global header as described in
           POSIX.1-2008.
        s\d+ hdrcharset=([^\n]+)\nNr#r/�
hdrcharsetZBINARYs(\d+) ([^=]+)=rrGr$rl�GNU.sparse.map�GNU.sparse.sizezGNU.sparse.major�1zGNU.sparse.minorrFr')%r�r]rjr'rr?rr�re�search�groupr=rDr6�compile�match�groupsrIrKrgr��_decode_pax_fieldr7�PAX_NAME_FIELDSrcrru�_proc_gnusparse_01�_proc_gnusparse_00�_proc_gnusparse_10r=rfrkr�r�rri)r�r�rWrrwror6Zregexr�r5rLr)rmr�r8r8r9rgish



$	
�
�
�


 
zTarInfo._proc_paxcCshg}t�d|�D]}|�t|�d���qg}t�d|�D]}|�t|�d���q:tt||��|_dS)z?Process a GNU tar extended sparse header, version 0.0.
        s\d+ GNU.sparse.offset=(\d+)\nr#s\d+ GNU.sparse.numbytes=(\d+)\nN)rs�finditerr�rIru�list�zipr�)r�rmrrWZoffsetsrwr^r8r8r9r|�szTarInfo._proc_gnusparse_00cCs@dd�|d�d�D�}tt|ddd�|ddd���|_dS)z?Process a GNU tar extended sparse header, version 0.1.
        cSsg|]}t|��qSr8)rI)�.0�xr8r8r9�
<listcomp>�sz.TarInfo._proc_gnusparse_01.<locals>.<listcomp>rp�,Nr$r#)rBrr�r�)r�rmrr�r8r8r9r{�szTarInfo._proc_gnusparse_01cCs�d}g}|j�t�}|�dd�\}}t|�}t|�|dkrtd|krT||j�t�7}|�dd�\}}|�t|��q,|j��|_t	t
|ddd�|ddd���|_dS)z?Process a GNU tar extended sparse header, version 1.0.
        NrKr#r$)r�r]r�rBrIr2r�r�r�rr�r�)r�rmrr�Zfieldsr�rWZnumberr8r8r9r}�szTarInfo._proc_gnusparse_10c	Cs�|��D]�\}}|dkr&t|d|�q|dkr@t|dt|��q|dkrZt|dt|��q|tkr|tkr�zt||�}Wntk
r�d}YnX|dkr�|�d�}t|||�q|��|_dS)	zoReplace fields with supplemental information from a previous
           pax extended or global header.
        zGNU.sparse.namer%rqr'zGNU.sparse.realsizerr�N)	r%�setattrrI�
PAX_FIELDS�PAX_NUMBER_FIELDSr0rZrr)r�rr6r7rLr)r8r8r9rk�s"

zTarInfo._apply_pax_infocCs4z|�|d�WStk
r.|�||�YSXdS)z1Decode a single field from a pax record.
        rEN)r=�UnicodeDecodeError)r�r)r6Zfallback_encodingZfallback_errorsr8r8r9ry	szTarInfo._decode_pax_fieldcCs"t|t�\}}|r|d7}|tS)z_Round up a byte count by BLOCKSIZE and return it,
           e.g. _block(834) => 1024.
        r#)r\r�)r�rVrbrcr8r8r9rjszTarInfo._blockcCs
|jtkS�z4Return True if the Tarinfo object is a regular file.)r�
REGULAR_TYPESr�r8r8r9rsz
TarInfo.isregcCs|��Sr�)rr�r8r8r9�isfileszTarInfo.isfilecCs
|jtkS)z!Return True if it is a directory.)rr!r�r8r8r9r"sz
TarInfo.isdircCs
|jtkS)z%Return True if it is a symbolic link.)r�SYMTYPEr�r8r8r9r&sz
TarInfo.issymcCs
|jtkS)z!Return True if it is a hard link.)r�LNKTYPEr�r8r8r9r*sz
TarInfo.islnkcCs
|jtkS)z(Return True if it is a character device.)rrEr�r8r8r9�ischr.sz
TarInfo.ischrcCs
|jtkS)z$Return True if it is a block device.)rrFr�r8r8r9�isblk2sz
TarInfo.isblkcCs
|jtkS)zReturn True if it is a FIFO.)r�FIFOTYPEr�r8r8r9�isfifo6szTarInfo.isfifocCs
|jdk	Sr�)r�r�r8r8r9�issparse:szTarInfo.issparsecCs|jtttfkS)zCReturn True if it is one of character device, block device or FIFO.)rrErFr�r�r8r8r9�isdev=sz
TarInfo.isdev)r�)4rnrorprq�dict�	__slots__r��propertyr%�setterr&rrr�r#rrr*r&r'r(�classmethodrAr0�staticmethodr1rHr3r<rarcrbrhrdrergr|r{r}rkryrjrr�rrrr�r�r�r�r�r8r8r8r9rRs��




�
1

)
	

2
>

h	c
@s�eZdZdZdZdZdZdZeZ	e
ZdZe
ZeZdZdfdd	�Zedddefd
d��Zedgdd
��Zedhdd��Zedidd��Zedjdd��Zddddd�Zdd�Zdd�Zdd�Zd d!�Zdkd"d#�Zdldd%�d&d'�Z dmdd(�d)d*�Z!dnd+d,�Z"d-d.�Z#doddd0�d1d2�Z$dpddd0�d4d5�Z%d6d7�Z&d8d9�Z'd:d;�Z(d<d=�Z)d>d?�Z*dqd@dA�Z+dBdC�Z,dDdE�Z-dFdG�Z.dHdI�Z/dJdK�Z0dLdM�Z1dNdO�Z2dPdQ�Z3dRdS�Z4dTdU�Z5drdVdW�Z6dXdY�Z7dsdZd[�Z8d\d]�Z9d^d_�Z:d`da�Z;dbdc�Z<ddde�Z=dS)trz=The TarFile Class provides an interface to tar archives.
    rFr#Nrxr$c
Cs�ddddd�}||krtd��||_|||_|sh|jdkrTtj�|�sTd|_d|_t||j�}d	|_n@|d
kr�t|d�r�t	|j
ttf�r�|j
}t|d�r�|j|_d
|_|r�tj�
|�nd
|_
||_|d
k	r�||_|d
k	r�||_|d
k	r�||_|d
k	r�||_|d
k	�r||_|	|_|
d
k	�r0|jtk�r0|
|_ni|_|d
k	�rF||_|d
k	�rV||_|
|_d	|_g|_d	|_|j��|_i|_z�|jdk�r�d
|_ |�!�|_ |jdk�r2|j�"|j�z|j�#|�}|j�$|�WnXt%k
�r�|j�"|j�Y�q2Yn0t&k
�r,}zt't|���W5d
}~XYnX�q�|jdk�r|d
|_|j�r||j�(|j�)��}|j�*|�|jt+|�7_Wn&|j�s�|j�,�d
|_�YnXd
S)a�Open an (uncompressed) tar archive `name'. `mode' is either 'r' to
           read from an existing archive, 'a' to append data to an existing
           file or 'w' to create a new file overwriting an existing one. `mode'
           defaults to 'r'.
           If `fileobj' is given, it is used for reading or writing data. If it
           can be determined, `mode' is overridden by `fileobj's mode.
           `fileobj' is not closed, when TarFile is closed.
        �rbzr+b�wbZxb�rx�aryr��!mode must be 'r', 'a', 'w' or 'x'r�ryFNr�r�Trx�r�ryr�)-r0r��_moder{r%�exists�	bltn_openr�r�r9r�r;rO�abspathr�rSr��dereference�ignore_zerosr6r7rr�debug�
errorlevel�copybufsizer��members�_loadedr�r��inodes�firstmemberrmr�rcr�rtrrrArr^r2r�)r�r�r�r�rSr�r�r�r6r7rr�r�r�Zmodes�erWr8r8r9r�^s�
�





"
zTarFile.__init__c

s�|s|std��|dkr��fdd�}t�j|d�D]j}t��j|�}|dk	rV|��}	z||d|f|�WSttfk
r�|dk	r�|�|	�Yq2Yq2Xq2td���nd	|k�r|�d	d
�\}
}|
p�d}
|p�d}|�jkr�t��j|�}ntd|��|||
|f|�Sd
|k�r�|�d
d
�\}
}|
�p.d}
|�p8d}|
dk�rLtd��t	||
|||�}z�||
|f|�}Wn|�
��YnXd|_|S|dk�r��j|||f|�Std��dS)a�Open a tar archive for reading, writing or appending. Return
           an appropriate TarFile class.

           mode:
           'r' or 'r:*' open for reading with transparent compression
           'r:'         open for reading exclusively uncompressed
           'r:gz'       open for reading with gzip compression
           'r:bz2'      open for reading with bzip2 compression
           'r:xz'       open for reading with lzma compression
           'a' or 'a:'  open for appending, creating the file if necessary
           'w' or 'w:'  open for writing without compression
           'w:gz'       open for writing with gzip compression
           'w:bz2'      open for writing with bzip2 compression
           'w:xz'       open for writing with lzma compression

           'x' or 'x:'  create a tarfile exclusively without compression, raise
                        an exception if the file is already created
           'x:gz'       create a gzip compressed tarfile, raise an exception
                        if the file is already created
           'x:bz2'      create a bzip2 compressed tarfile, raise an exception
                        if the file is already created
           'x:xz'       create an lzma compressed tarfile, raise an exception
                        if the file is already created

           'r|*'        open a stream of tar blocks with transparent compression
           'r|'         open an uncompressed stream of tar blocks for reading
           'r|gz'       open a gzip compressed stream of tar blocks
           'r|bz2'      open a bzip2 compressed stream of tar blocks
           'r|xz'       open an lzma compressed stream of tar blocks
           'w|'         open an uncompressed stream for writing
           'w|gz'       open a gzip compressed stream for writing
           'w|bz2'      open a bzip2 compressed stream for writing
           'w|xz'       open an lzma compressed stream for writing
        znothing to open)rx�r:*cs�j|dkS)N�taropen)�	OPEN_METH)r��r@r8r9�not_compressed�sz$TarFile.open.<locals>.not_compressed)�keyNrxz%file could not be opened successfully�:r#r�r��|rwzmode must be 'r' or 'w'Fr�zundiscernible mode)
r0�sortedr�rhr�rrr�rBr�r�r�r�)
r@r�r�r�ra�kwargsr�r��funcZ	saved_pos�filemode�streamr�r8r�r9r�sP%







zTarFile.opencKs |dkrtd��||||f|�S)zCOpen uncompressed tar archive name for reading or writing.
        r�r�)r0)r@r�r�r�r�r8r8r9r�(szTarFile.taropenr�cKs�|dkrtd��zddlm}Wntk
r<td��YnXz|||d||�}Wn.tk
r�|dk	r||dkr|td	���YnXz|j|||f|�}WnBtk
r�|��|dkr�td	���Yn|���YnXd
|_	|S)zkOpen gzip compressed tar archive name for reading or writing.
           Appending is not allowed.
        �rxryr��mode must be 'r', 'w' or 'x'r)�GzipFilezgzip module is not availablerdNrxr�F)
r0Zgzipr�r�rr�rr�r�r�)r@r�r�r��
compresslevelr�r�r�r8r8r9�gzopen0s0zTarFile.gzopenc	Ks�|dkrtd��zddlm}Wntk
r<td��YnX||pF|||d�}z|j|||f|�}WnFttfk
r�|��|dkr�t	d���Yn|���YnXd	|_
|S)
zlOpen bzip2 compressed tar archive name for reading or writing.
           Appending is not allowed.
        r�r�r)�BZ2Filer�)r�rxznot a bzip2 fileF)r0r�r�r�rr�r��EOFErrorr�rr�)r@r�r�r�r�r�r�r�r8r8r9�bz2openQs&zTarFile.bz2openc		Ks�|dkrtd��zddlm}m}Wntk
r@td��YnX||pJ|||d�}z|j|||f|�}WnF|tfk
r�|��|dkr�t	d���Yn|���YnXd	|_
|S)
zkOpen lzma compressed tar archive name for reading or writing.
           Appending is not allowed.
        r�r�r)�LZMAFiler�r�)�presetrxznot an lzma fileF)r0r�r�r�r�rr�r�r�rr�)	r@r�r�r�r�r�r�r�r�r8r8r9�xzopenms&zTarFile.xzopenr�r�r�r�)r�r�r�r�cCs�|jr
dSd|_z`|jdkrn|j�ttd�|jtd7_t	|jt
�\}}|dkrn|j�tt
|�W5|js�|j��XdS)zlClose the TarFile. In write-mode, two finishing zero blocks are
           appended to the archive.
        NTr�r$r)r�r�r�r�r�r^r3r�r�r\�
RECORDSIZE)r�rbrcr8r8r9r��s
z
TarFile.closecCs"|�|�}|dkrtd|��|S)aReturn a TarInfo object for member `name'. If `name' can not be
           found in the archive, KeyError is raised. If a member occurs more
           than once in the archive, its last occurrence is assumed to be the
           most up-to-date version.
        Nzfilename %r not found)�
_getmember�KeyError)r�r�r�r8r8r9�	getmember�s
zTarFile.getmembercCs|��|js|��|jS)z�Return the members of the archive as a list of TarInfo objects. The
           list has the same order as the members in the archive.
        )�_checkr��_loadr�r�r8r8r9�
getmembers�szTarFile.getmemberscCsdd�|��D�S)z�Return the members of the archive as a list of their names. It has
           the same order as the list returned by getmembers().
        cSsg|]
}|j�qSr8r)r�r�r8r8r9r��sz$TarFile.getnames.<locals>.<listcomp>)r�r�r8r8r9�getnames�szTarFile.getnamescCs^|�d�|dk	r|j}|dkr$|}tj�|�\}}|�tjd�}|�d�}|��}||_	|dkr�|j
stt�|�}q�t�|�}nt�
|���}d}|j}t�|�r�|j|jf}	|j
s�|jdkr�|	|jkr�||j|	kr�t}
|j|	}nt}
|	dr�||j|	<nht�|��rt}
nVt�|��r"t}
nDt�|��r>t}
t�|�}n(t�|��rPt}
nt� |��rbt!}
ndS||_||_"|j#|_$|j%|_&|
tk�r�|j'|_(nd|_(|j)|_*|
|_+||_,t-�r�zt-�.|j$�d|_/Wnt0k
�r�YnXt1�rzt1�2|j&�d|_3Wnt0k
�rYnX|
tt!fk�rZt4td��rZt4td��rZt�5|j6�|_7t�8|j6�|_9|S)	a�Create a TarInfo object from the result of os.stat or equivalent
           on an existing file. The file is either named by `name', or
           specified as a file object `fileobj' with a file descriptor. If
           given, `arcname' specifies an alternative name for the file in the
           archive, otherwise, the name is taken from the 'name' attribute of
           'fileobj', or the 'name' argument. The name should be a text
           string.
        �awxNr�r�r#r�major�minor):r�r�r{r%�
splitdriver�r�r�r�r�r��lstat�stat�fstat�fileno�st_mode�S_ISREG�st_ino�st_dev�st_nlinkr�r�r�S_ISDIRr!�S_ISFIFOr��S_ISLNKr��readlink�S_ISCHRrE�S_ISBLKrFr��st_uidr)�st_gidr*�st_sizer'�st_mtimer(rr�pwd�getpwuidr+r��grpZgetgrgidr,r�r��st_rdevrr�r)r�r��arcnamer�Zdrvr�ZstatresrZstmd�inoderr8r8r9�
gettarinfo�s�	


��

zTarFile.gettarinfoT)r�cCs*|��|dkr|}|D�]
}|r�|jdkr6td�ntt�|j��td|jpT|j|jp^|jf�|�	�sv|�
�r�tdd|j|jf�ntd|j
�|jdkr�td�ntdt�|j�dd	��t|j|��r�d
nd�|�r|���rtd|j�|���rtd
|j�t�qdS)aPrint a table of contents to sys.stdout. If `verbose' is False, only
           the names of the members are printed. If it is True, an `ls -l'-like
           output is produced. `members' is optional and must be a subset of the
           list returned by getmembers().
        Nz
??????????z%s/%sz%10sz%d,%dz%10dz????-??-?? ??:??:??z%d-%02d-%02d %02d:%02d:%02dr�r�r�z-> zlink to )r�r�rlr�r�r+r)r,r*r�r�rrr'r(r��	localtimer�rrrrrk)r��verboser�r�r8r8r9r's8



��

�

zTarFile.list��filterc	Cs6|�d�|dkr|}|jdk	rFtj�|�|jkrF|�dd|�dS|�d|�|�||�}|dkrz|�dd|�dS|dk	r�||�}|dkr�|�dd|�dS|��r�t|d��}|�	||�W5QRXn`|�
��r(|�	|�|�r2tt�|��D]*}|j
tj�||�tj�||�||d	�q�n
|�	|�dS)
a!Add the file `name' to the archive. `name' may be any type of file
           (directory, fifo, symbolic link, etc.). If given, `arcname'
           specifies an alternative name for the file in the archive.
           Directories are added recursively by default. This can be avoided by
           setting `recursive' to False. `filter' is a function
           that expects a TarInfo object argument and returns the changed
           TarInfo object, if it returns None the TarInfo object will be
           excluded from the archive.
        r�Nr$ztarfile: Skipped %rr#ztarfile: Unsupported type %r�tarfile: Excluded %rr�r�)r�r�r{r%r��_dbgr�rr��addfilerr��listdir�addr�)r�r�r��	recursiver�r��fr8r8r9r�Ms8



�
zTarFile.addcCs�|�d�t�|�}|�|j|j|j�}|j�|�|jt	|�7_|j
}|dk	r�t||j|j|d�t
|jt�\}}|dkr�|j�tt|�|d7}|j|t7_|j�|�dS)aAdd the TarInfo object `tarinfo' to the archive. If `fileobj' is
           given, it should be a binary file, and tarinfo.size bytes are read
           from it and added to the archive. You can create TarInfo objects
           directly, or by using gettarinfo().
        r�N)rarr#)r�rr*rSr6r7r�r^r�r2r�r[r'r\r�r3r�r�)r�r�r�rWrarbrcr8r8r9r��s

zTarFile.addfilec	CsB|dkr�|j}|dkr�tj�d�}|dkr�ztt�}Wntk
rJYnBXddl}|jddd�}|�|�	|�W5QRX|jdddd�}|r�zt
|}Wn&tk
r�td|�d	��d�YnX||_|St
r�t�d
t�tStSt|t�r�td��|St|��r
|Sz
t
|WStk
�r<td|�d	��d�YnXdS)NZ PYTHON_TARFILE_EXTRACTION_FILTERr)�#)Z
interpolationZcomment_prefixesr�r�)Zfallbackzfilter z
 not foundaThe default behavior of tarfile extraction has been changed to disallow common exploits (including CVE-2007-4559). By default, absolute/parent paths are disallowed and some mode bits are cleared. See https://access.redhat.com/articles/7004769 for more details.zrString names are not supported for TarFile.extraction_filter. Use a function such as tarfile.data_filter directly.)�extraction_filterr{�environrDr��_CONFIG_FILENAME�FileNotFoundError�configparserZConfigParserZ	read_file�_NAMED_FILTERSr�r0�_RH_SAFER_DEFAULT�warnings�warn�RuntimeWarningrr
r9r;�	TypeError�callable)r�r�r��filer�Zconfr8r8r9�_get_filter_function�sZ���	
�

zTarFile._get_filter_function�.)�
numeric_ownerr�cCs�g}|�|�}|dkr|}|D]F}|�|||�}|dkr:q|��rL|�|�|j|||��|d�q|jdd�dd�|D]n}tj�||j	�}	z,|j
||	|d�|�||	�|�||	�Wq|t
k
r�}
z|�|
�W5d}
~
XYq|Xq|dS)a�Extract all members from the archive to the current working
           directory and set owner, modification time and permissions on
           directories afterwards. `path' specifies a different directory
           to extract to. `members' is optional and must be a subset of the
           list returned by getmembers(). If `numeric_owner` is True, only
           the numbers for user/group names are used and not the names.

           The `filter` function will be called on each member just
           before extraction.
           It can return a changed TarInfo or None to skip the member.
           String names of common filters are accepted.
        N��	set_attrsrcSs|jSr�r)r�r8r8r9�<lambda>�r�z$TarFile.extractall.<locals>.<lambda>T)r��reverse)r)r�_get_extract_tarinforr��_extract_one�sortr{r%r�r��chown�utime�chmodr
�_handle_nonfatal_error)r�r%r�rr�Zdirectories�filter_functionrr��dirpathr�r8r8r9�
extractall�s,

�zTarFile.extractallr�cCs4|�|�}|�|||�}|dk	r0|�||||�dS)a�Extract a member from the archive to the current working directory,
           using its full name. Its file information is extracted as accurately
           as possible. `member' may be a filename or a TarInfo object. You can
           specify a different directory using `path'. File attributes (owner,
           mtime, mode) are set unless `set_attrs' is False. If `numeric_owner`
           is True, only the numbers for user/group names are used and not
           the names.

           The `filter` function will be called before extraction.
           It can return a changed TarInfo or None to skip the member.
           String names of common filters are accepted.
        N)rrr
)r�rr%r	rr�rr�r8r8r9�extract�s
zTarFile.extractc
Cs�t|t�r|�|�}n|}|}z|||�}WnZttfk
r\}z|�|�W5d}~XYn,tk
r�}z|�|�W5d}~XYnX|dkr�|�dd|j	�dS|�
�r�t�|�}tj
�||j�|_|S)z@Get filtered TarInfo (or None) from member, which might be a strNr$r�)r9r;r�r�r��_handle_fatal_errorr
rr�r�rrr{r%r�rr)r�rrr%r�Z
unfilteredr�r8r8r9r	s"

zTarFile._get_extract_tarinfoc
Cs�|�d�z"|j|tj�||j�||d�WnVtk
rX}z|�|�W5d}~XYn,tk
r�}z|�	|�W5d}~XYnXdS)z%Extract from filtered tarinfo to diskrxrN)
r��_extract_memberr{r%r�r�r�rr
r)r�r�r%r	rr�r8r8r9r
%	s
�
zTarFile._extract_onecCs"|jdkr�n|�dd|�dS)z=Handle non-fatal error (ExtractError) according to errorlevelr#�tarfile: %sN)r�r��r�r�r8r8r9r2	s
zTarFile._handle_nonfatal_errorcCsn|jdkr�n\t|t�rP|jdkr6|�dd|j�qj|�dd|j|jf�n|�ddt|�j|f�dS)z1Handle "fatal" error according to self.errorlevelrNr#rztarfile: %s %rztarfile: %s %s)r�r9r��filenamer��strerrorrrnrr8r8r9r9	s


zTarFile._handle_fatal_errorcCs�|�d�t|t�r |�|�}n|}|��s6|jtkrB|�||�S|��sR|�	�rzt|j
t�rhtd��q~|�
|�|��SndSdS)z�Extract a member from the archive as a file object. `member' may be
           a filename or a TarInfo object. If `member' is a regular file or a
           link, an io.BufferedReader object is returned. Otherwise, None is
           returned.
        rxz'cannot extract (sym)link as file objectN)r�r9r;r�rrri�
fileobjectrrr�r�r	�extractfile�_find_link_target)r�rr�r8r8r9rE	s


zTarFile.extractfilecCsT|�d�}|�dtj�}tj�|�}|r>tj�|�s>t�|�|��sN|�	�rh|�
dd|j|jf�n|�
d|j�|�
�r�|�||�n�|��r�|�||�nx|��r�|�||�nb|��s�|��r�|�||�nD|��s�|�	�r�|�||�n&|jtk�r|�||�n|�||�|�rP|�|||�|�	��sP|�||�|�||�dS)z\Extract the TarInfo object tarinfo to a physical
           file called targetpath.
        r�r#z%s -> %sN)rZr�r{r�r%rr��makedirsrrr�r�rr�makefiler�makedirr��makefifor�r��makedev�makelinkrri�makeunknownrrr)r�r��
targetpathr	rZ	upperdirsr8r8r9rd	s4


zTarFile._extract_membercCs@z&|jdkrt�|�nt�|d�Wntk
r:YnXdS)z,Make a directory called targetpath.
        Ni�)r�r{�mkdir�FileExistsError�r�r�r'r8r8r9r"�	s
zTarFile.makedirc	Cs�|j}|�|j�|j}t|d��b}|jdk	rn|jD]"\}}|�|�t|||t|�q4|�|j�|�	�nt|||jt|�W5QRXdS)z'Make a file called targetpath.
        r�N)
r�r�r�r�r�r�r[rr'�truncate)r�r�r'�sourcera�targetr�r'r8r8r9r!�	s


zTarFile.makefilecCs"|�||�|�dd|j�dS)zYMake a file from a TarInfo object with an unknown type
           at targetpath.
        r#z9tarfile: Unknown file type %r, extracted as regular file.N)r!r�rr*r8r8r9r&�	s�zTarFile.makeunknowncCs"ttd�rt�|�ntd��dS)z'Make a fifo called targetpath.
        �mkfifozfifo not supported by systemN)r�r{r.r
r*r8r8r9r#�	s
zTarFile.makefifocCsjttd�rttd�std��|j}|dkr.d}|��rB|tjO}n
|tjO}t�||t�	|j
|j��dS)z<Make a character or block device called targetpath.
        �mknodr$z'special devices not supported by systemNr�)r�r{r
r�r�r��S_IFBLK�S_IFCHRr/r$rr)r�r�r'r�r8r8r9r$�	s
�zTarFile.makedevcCs�zb|��r0tj�|�r t�|�t�|j|�n0tj�|j�rNt�	|j|�n|�
|�|�|�WnHtk
r�z|�
|�|�|�Wnt
k
r�td��YnXYnXdS)z�Make a (symbolic) link called targetpath. If it cannot be created
          (platform limitation), we try to make a copy of the referenced file
          instead of a link.
        z%unable to resolve link inside archiveN)rr{r%�lexists�unlink�symlinkrr�r�linkrr�symlink_exceptionr�r
r*r8r8r9r%�	s"
��zTarFile.makelinkcCs�ttd�r�t��dkr�|j}|j}|s�ztrB|jrBt�|j�d}Wntk
rXYnXzt	rv|j
rvt	�|j
�d}Wntk
r�YnX|dkr�d}|dkr�d}z4|��r�ttd�r�t�
|||�nt�|||�Wntk
r�td��YnXdS)z�Set owner of targetpath according to tarinfo. If numeric_owner
           is True, use .gid/.uid instead of .gname/.uname. If numeric_owner
           is False, fall back to .gid/.uid when the search based on name
           fails.
        �geteuidrr$Nr;�lchownzcould not change owner)r�r{r7r*r)r�r,Zgetgrnamr�r�r+�getpwnamrr8rr�r
)r�r�r'r�g�ur8r8r9r�	s0

z
TarFile.chowncCsB|jdkrdSzt�||j�Wntk
r<td��YnXdS)zASet file permissions of targetpath according to tarinfo.
        Nzcould not change mode)r�r{rr�r
r*r8r8r9r
s
z
TarFile.chmodcCsV|j}|dkrdSttd�s dSzt�|||f�Wntk
rPtd��YnXdS)zBSet modification time of targetpath according to tarinfo.
        Nrz"could not change modification time)r(r�r{rr�r
)r�r�r'r(r8r8r9r
s
z
TarFile.utimec
Cs�|�d�|jdk	r$|j}d|_|S|j|j��krZ|j�|jd�|j�d�sZtd��d}z|j�	|�}W�q�t
k
r�}z6|jr�|�dd|j|f�|jt
7_WY�q^W5d}~XY�q�tk
�r6}zR|j�r|�dd|j|f�|jt
7_WY� q^n|jdk�r&tt|���W5d}~XYn�tk
�r^|jdk�rZtd��Ynjtk
�r�}z|jdk�r�tt|���W5d}~XYn0tk
�r�}ztt|���W5d}~XYnX�q�q^|dk	�r�|j�|�nd	|_|S)
z�Return the next member of the archive as a TarInfo object, when
           TarFile is opened for reading. Return None if there is no more
           available.
        ZraNr#rYr$z0x%X: %srz
empty fileT)r�r�r�r�r�r�r]rr�rcrtr�r�r�rKr;rrrsrur�r�r�)r��mr�r�r8r8r9rm'
sJ



zTarFile.nextc	Cs�|��}d}|dk	rHz|�|�}Wntk
r:d}YnX|d|�}|rXtj�|�}t|�D]D}|rz|j|jkr`d}q`|r�tj�|j�}n|j}||kr`|Sq`|r�t|��dS)z}Find an archive member by name from bottom to top.
           If tarinfo is given, it is used as the starting point.
        FNT)	r��indexr0r{r%�normpath�reversedr�r�)	r�r�r��	normalizer�Zskippingr=r�member_namer8r8r9r�]
s,

zTarFile._getmembercCs|��}|dkrqqd|_dS)zWRead through the entire archive file and look for readable
           members.
        NT)rmr�r�r8r8r9r��
sz
TarFile._loadcCs:|jrtd|jj��|dk	r6|j|kr6td|j��dS)znCheck if TarFile is still open, and if the operation's mode
           corresponds to TarFile's mode.
        z%s is closedNzbad operation for mode %r)r�r�r�rnr�)r�r�r8r8r9r��
szTarFile._checkcCs`|��r.d�tdtj�|j�|jf��}d}n
|j}|}|j||dd�}|dkr\t	d|��|S)zZFind the target member of a symlink or hardlink member in the
           archive.
        r�NT)r�r@zlinkname %r not found)
rr�r�r{r%rr�rr�r�)r�r�r�limitrr8r8r9r�
s zTarFile._find_link_targetccs�|jr|jEdHdSd}|jdk	r:|��}|d7}|V|t|j�krT|j|}n"|jsr|��}|svd|_dSndS|d7}|Vq:dS)z$Provide an iterator object.
        Nrr#T)r�r�r�rmr2)r�r=r�r8r8r9�__iter__�
s$
zTarFile.__iter__cCs||jkrt|tjd�dS)z.Write debugging output to sys.stderr.
        �rN)r�rkri�stderr)r��level�msgr8r8r9r��
s
zTarFile._dbgcCs|��|Sr�)r�r�r8r8r9�	__enter__�
szTarFile.__enter__cCs,|dkr|��n|js"|j��d|_dSr�)r�r�r�r�)r�rr)�	tracebackr8r8r9�__exit__�
s


zTarFile.__exit__)
NrxNNNNNNr$NNNN)rxN)rxNr�)rxNr�)rxNN)NNN)T)NT)N)rN)r�T)TF)NF)N)>rnrorprqr�r�r�r�rrSrr6r7rr�r�rr�r�r�r�rr�r�r�r�r�r�r�r�r�r�rr�r�rrrrr
rrrrr"r!r&r#r$r%rrrrmr�r�r�rrCr�rHrJr8r8r8r9rBs��
oZ �


c&3
5�-�
�
1!
6
(

	cCs2zt|�}|��WdStk
r,YdSXdS)zfReturn True if name points to a tar archive that we
       are able to handle, else return False.
    TFN)rr�r)r�r�r8r8r9r�
sc	Csddl}d}|j|d�}|jdddddd	�|jd
dtdd
�|jdd�}|jddddd�|jdddddd�|jdddddd�|jdd dd!d�|��}|jr�|jdkr�|�d"d#�|j	dk	�r4|j	}t
|��rt|d$�� }|��t
|��tjd%�W5QRX|j�r0t
d&�|��n|�d"d'�|���n�|jdk	�r�|j}t
|��rxt�|d(��}|j|jd)�W5QRXn|�d"d'�|���nv|jdk	�rbt|j�d"k�r�|jd}tj}n,t|j�d*k�r�|j\}}n|�d"|���t
|��rNt�|d(��}|j||jd+�W5QRX|j�r`|d,k�r8d-�|�}	nd.�||�}	t
|	�n|�d"d'�|��n�|jdk	�r|j�d�}
tj�|
�\}}d/d/d0d0d1d1d1d1d2�}
||
k�r�d3|
|nd4}|j}t�|
|��}|D]}|�|��q�W5QRX|j�rt
d5�|
��dS)6Nrz3A simple command-line interface for tarfile module.)�descriptionz-vz	--verbose�
store_trueFzVerbose output)�action�default�helpz--filterz<filtername>zFilter for extraction)�metavar�choicesrOT)Zrequiredz-lz--list�	<tarfile>zShow listing of a tarfile)rPrOz-ez	--extract�+)rRz<output_dir>zExtract tarfile into target dir)�nargsrPrOz-cz--create)z<name>z<file>zCreate tarfile from sourcesz-tz--testzTest if a tarfile is validr#z&--filter is only valid for extraction
rxrDz{!r} is a tar archive.z{!r} is not a tar archive.
r�)r�r$)r%r�rz{!r} file is extracted.z+{!r} file is extracted into {!r} directory.r�r�r�)r�z.tgzz.xzz.txzz.bz2z.tbzz.tbz2z.tb2zw:ryz{!r} file created.)�argparse�ArgumentParser�add_argumentr�Zadd_mutually_exclusive_group�
parse_argsr�r�exitZtestrrr�rkrirEr�rSrrr2r{�curdirZformat_helprZcreate�popr%�splitextr�)rUrK�parserru�argsr_r�ZtfrZrGZtar_name�_ZextZcompressionsZtar_modeZ	tar_files�	file_namer8r8r9�main�
s���
�
�
�
�




�
�
ra�__main__)T)mrq�version�
__author__�__credits__�builtinsrr�rir{r�rZr�r�rVrrsr�r�r�r��AttributeError�NotImplementedErrorr6r��	NameError�__all__r�r�r3r�r�r2r-r/r.rCrrWr�r�rErFr!r�ZCONTTYPEr5r4rXr=r?rfr
rrrrir�r[r�rzr:rIr�r�r�getfilesystemencodingr:r?rNrTrXr[rl�	Exceptionrr
rrr	rrrrsrtrKrurvr��objectr�r��BufferedReaderr�r�r�r�r�r�r�r	r
rrr�rrrrrarnr8r8r8r9�<module>s<


�����
sh

?�u)_

Name
Size
Permissions
Options
__future__.cpython-38.opt-1.pyc
4.063 KB
-rw-r--r--
__future__.cpython-38.opt-2.pyc
2.137 KB
-rw-r--r--
__future__.cpython-38.pyc
4.063 KB
-rw-r--r--
__phello__.foo.cpython-38.opt-1.pyc
0.126 KB
-rw-r--r--
__phello__.foo.cpython-38.opt-2.pyc
0.126 KB
-rw-r--r--
__phello__.foo.cpython-38.pyc
0.126 KB
-rw-r--r--
_bootlocale.cpython-38.opt-1.pyc
1.19 KB
-rw-r--r--
_bootlocale.cpython-38.opt-2.pyc
0.971 KB
-rw-r--r--
_bootlocale.cpython-38.pyc
1.216 KB
-rw-r--r--
_collections_abc.cpython-38.opt-1.pyc
28.069 KB
-rw-r--r--
_collections_abc.cpython-38.opt-2.pyc
23.129 KB
-rw-r--r--
_collections_abc.cpython-38.pyc
28.069 KB
-rw-r--r--
_compat_pickle.cpython-38.opt-1.pyc
5.317 KB
-rw-r--r--
_compat_pickle.cpython-38.opt-2.pyc
5.317 KB
-rw-r--r--
_compat_pickle.cpython-38.pyc
5.374 KB
-rw-r--r--
_compression.cpython-38.opt-1.pyc
4.051 KB
-rw-r--r--
_compression.cpython-38.opt-2.pyc
3.842 KB
-rw-r--r--
_compression.cpython-38.pyc
4.051 KB
-rw-r--r--
_dummy_thread.cpython-38.opt-1.pyc
5.897 KB
-rw-r--r--
_dummy_thread.cpython-38.opt-2.pyc
3.314 KB
-rw-r--r--
_dummy_thread.cpython-38.pyc
5.897 KB
-rw-r--r--
_markupbase.cpython-38.opt-1.pyc
7.441 KB
-rw-r--r--
_markupbase.cpython-38.opt-2.pyc
7.072 KB
-rw-r--r--
_markupbase.cpython-38.pyc
7.609 KB
-rw-r--r--
_osx_support.cpython-38.opt-1.pyc
11.323 KB
-rw-r--r--
_osx_support.cpython-38.opt-2.pyc
8.695 KB
-rw-r--r--
_osx_support.cpython-38.pyc
11.323 KB
-rw-r--r--
_py_abc.cpython-38.opt-1.pyc
4.525 KB
-rw-r--r--
_py_abc.cpython-38.opt-2.pyc
3.341 KB
-rw-r--r--
_py_abc.cpython-38.pyc
4.563 KB
-rw-r--r--
_pydecimal.cpython-38.opt-1.pyc
156.97 KB
-rw-r--r--
_pydecimal.cpython-38.opt-2.pyc
77.266 KB
-rw-r--r--
_pydecimal.cpython-38.pyc
156.97 KB
-rw-r--r--
_pyio.cpython-38.opt-1.pyc
72.325 KB
-rw-r--r--
_pyio.cpython-38.opt-2.pyc
49.969 KB
-rw-r--r--
_pyio.cpython-38.pyc
72.345 KB
-rw-r--r--
_sitebuiltins.cpython-38.opt-1.pyc
3.401 KB
-rw-r--r--
_sitebuiltins.cpython-38.opt-2.pyc
2.89 KB
-rw-r--r--
_sitebuiltins.cpython-38.pyc
3.401 KB
-rw-r--r--
_strptime.cpython-38.opt-1.pyc
15.67 KB
-rw-r--r--
_strptime.cpython-38.opt-2.pyc
12.029 KB
-rw-r--r--
_strptime.cpython-38.pyc
15.67 KB
-rw-r--r--
_sysconfigdata__linux_x86_64-linux-gnu.cpython-38.opt-1.pyc
28.463 KB
-rw-r--r--
_sysconfigdata__linux_x86_64-linux-gnu.cpython-38.opt-2.pyc
28.463 KB
-rw-r--r--
_sysconfigdata__linux_x86_64-linux-gnu.cpython-38.pyc
28.463 KB
-rw-r--r--
_sysconfigdata_d_linux_x86_64-linux-gnu.cpython-38.opt-1.pyc
28.317 KB
-rw-r--r--
_sysconfigdata_d_linux_x86_64-linux-gnu.cpython-38.opt-2.pyc
28.317 KB
-rw-r--r--
_sysconfigdata_d_linux_x86_64-linux-gnu.cpython-38.pyc
28.317 KB
-rw-r--r--
_threading_local.cpython-38.opt-1.pyc
6.297 KB
-rw-r--r--
_threading_local.cpython-38.opt-2.pyc
3.055 KB
-rw-r--r--
_threading_local.cpython-38.pyc
6.297 KB
-rw-r--r--
_weakrefset.cpython-38.opt-1.pyc
7.424 KB
-rw-r--r--
_weakrefset.cpython-38.opt-2.pyc
7.424 KB
-rw-r--r--
_weakrefset.cpython-38.pyc
7.424 KB
-rw-r--r--
abc.cpython-38.opt-1.pyc
5.211 KB
-rw-r--r--
abc.cpython-38.opt-2.pyc
3.139 KB
-rw-r--r--
abc.cpython-38.pyc
5.211 KB
-rw-r--r--
aifc.cpython-38.opt-1.pyc
24.879 KB
-rw-r--r--
aifc.cpython-38.opt-2.pyc
19.794 KB
-rw-r--r--
aifc.cpython-38.pyc
24.879 KB
-rw-r--r--
antigravity.cpython-38.opt-1.pyc
0.78 KB
-rw-r--r--
antigravity.cpython-38.opt-2.pyc
0.64 KB
-rw-r--r--
antigravity.cpython-38.pyc
0.78 KB
-rw-r--r--
argparse.cpython-38.opt-1.pyc
60.674 KB
-rw-r--r--
argparse.cpython-38.opt-2.pyc
51.649 KB
-rw-r--r--
argparse.cpython-38.pyc
60.819 KB
-rw-r--r--
ast.cpython-38.opt-1.pyc
16.338 KB
-rw-r--r--
ast.cpython-38.opt-2.pyc
10.093 KB
-rw-r--r--
ast.cpython-38.pyc
16.372 KB
-rw-r--r--
asynchat.cpython-38.opt-1.pyc
6.692 KB
-rw-r--r--
asynchat.cpython-38.opt-2.pyc
5.35 KB
-rw-r--r--
asynchat.cpython-38.pyc
6.692 KB
-rw-r--r--
asyncore.cpython-38.opt-1.pyc
15.654 KB
-rw-r--r--
asyncore.cpython-38.opt-2.pyc
14.479 KB
-rw-r--r--
asyncore.cpython-38.pyc
15.654 KB
-rw-r--r--
base64.cpython-38.opt-1.pyc
16.514 KB
-rw-r--r--
base64.cpython-38.opt-2.pyc
11.061 KB
-rw-r--r--
base64.cpython-38.pyc
16.673 KB
-rw-r--r--
bdb.cpython-38.opt-1.pyc
24.339 KB
-rw-r--r--
bdb.cpython-38.opt-2.pyc
15.513 KB
-rw-r--r--
bdb.cpython-38.pyc
24.339 KB
-rw-r--r--
binhex.cpython-38.opt-1.pyc
11.852 KB
-rw-r--r--
binhex.cpython-38.opt-2.pyc
11.331 KB
-rw-r--r--
binhex.cpython-38.pyc
11.852 KB
-rw-r--r--
bisect.cpython-38.opt-1.pyc
2.301 KB
-rw-r--r--
bisect.cpython-38.opt-2.pyc
1.02 KB
-rw-r--r--
bisect.cpython-38.pyc
2.301 KB
-rw-r--r--
bz2.cpython-38.opt-1.pyc
11.179 KB
-rw-r--r--
bz2.cpython-38.opt-2.pyc
6.239 KB
-rw-r--r--
bz2.cpython-38.pyc
11.179 KB
-rw-r--r--
cProfile.cpython-38.opt-1.pyc
5.374 KB
-rw-r--r--
cProfile.cpython-38.opt-2.pyc
4.924 KB
-rw-r--r--
cProfile.cpython-38.pyc
5.374 KB
-rw-r--r--
calendar.cpython-38.opt-1.pyc
26.432 KB
-rw-r--r--
calendar.cpython-38.opt-2.pyc
21.947 KB
-rw-r--r--
calendar.cpython-38.pyc
26.432 KB
-rw-r--r--
cgi.cpython-38.opt-1.pyc
25.919 KB
-rw-r--r--
cgi.cpython-38.opt-2.pyc
17.69 KB
-rw-r--r--
cgi.cpython-38.pyc
25.919 KB
-rw-r--r--
cgitb.cpython-38.opt-1.pyc
9.914 KB
-rw-r--r--
cgitb.cpython-38.opt-2.pyc
8.353 KB
-rw-r--r--
cgitb.cpython-38.pyc
9.914 KB
-rw-r--r--
chunk.cpython-38.opt-1.pyc
4.728 KB
-rw-r--r--
chunk.cpython-38.opt-2.pyc
2.634 KB
-rw-r--r--
chunk.cpython-38.pyc
4.728 KB
-rw-r--r--
cmd.cpython-38.opt-1.pyc
12.332 KB
-rw-r--r--
cmd.cpython-38.opt-2.pyc
7.034 KB
-rw-r--r--
cmd.cpython-38.pyc
12.332 KB
-rw-r--r--
code.cpython-38.opt-1.pyc
9.683 KB
-rw-r--r--
code.cpython-38.opt-2.pyc
4.535 KB
-rw-r--r--
code.cpython-38.pyc
9.683 KB
-rw-r--r--
codecs.cpython-38.opt-1.pyc
33.162 KB
-rw-r--r--
codecs.cpython-38.opt-2.pyc
17.961 KB
-rw-r--r--
codecs.cpython-38.pyc
33.162 KB
-rw-r--r--
codeop.cpython-38.opt-1.pyc
6.269 KB
-rw-r--r--
codeop.cpython-38.opt-2.pyc
2.304 KB
-rw-r--r--
codeop.cpython-38.pyc
6.269 KB
-rw-r--r--
colorsys.cpython-38.opt-1.pyc
3.166 KB
-rw-r--r--
colorsys.cpython-38.opt-2.pyc
2.574 KB
-rw-r--r--
colorsys.cpython-38.pyc
3.166 KB
-rw-r--r--
compileall.cpython-38.opt-1.pyc
9.191 KB
-rw-r--r--
compileall.cpython-38.opt-2.pyc
6.872 KB
-rw-r--r--
compileall.cpython-38.pyc
9.191 KB
-rw-r--r--
configparser.cpython-38.opt-1.pyc
44.648 KB
-rw-r--r--
configparser.cpython-38.opt-2.pyc
30.072 KB
-rw-r--r--
configparser.cpython-38.pyc
44.648 KB
-rw-r--r--
contextlib.cpython-38.opt-1.pyc
19.705 KB
-rw-r--r--
contextlib.cpython-38.opt-2.pyc
14.256 KB
-rw-r--r--
contextlib.cpython-38.pyc
19.757 KB
-rw-r--r--
contextvars.cpython-38.opt-1.pyc
0.239 KB
-rw-r--r--
contextvars.cpython-38.opt-2.pyc
0.239 KB
-rw-r--r--
contextvars.cpython-38.pyc
0.239 KB
-rw-r--r--
copy.cpython-38.opt-1.pyc
6.825 KB
-rw-r--r--
copy.cpython-38.opt-2.pyc
4.565 KB
-rw-r--r--
copy.cpython-38.pyc
6.825 KB
-rw-r--r--
copyreg.cpython-38.opt-1.pyc
4.185 KB
-rw-r--r--
copyreg.cpython-38.opt-2.pyc
3.401 KB
-rw-r--r--
copyreg.cpython-38.pyc
4.219 KB
-rw-r--r--
crypt.cpython-38.opt-1.pyc
3.31 KB
-rw-r--r--
crypt.cpython-38.opt-2.pyc
2.663 KB
-rw-r--r--
crypt.cpython-38.pyc
3.31 KB
-rw-r--r--
csv.cpython-38.opt-1.pyc
11.633 KB
-rw-r--r--
csv.cpython-38.opt-2.pyc
9.642 KB
-rw-r--r--
csv.cpython-38.pyc
11.633 KB
-rw-r--r--
dataclasses.cpython-38.opt-1.pyc
23.101 KB
-rw-r--r--
dataclasses.cpython-38.opt-2.pyc
19.741 KB
-rw-r--r--
dataclasses.cpython-38.pyc
23.101 KB
-rw-r--r--
datetime.cpython-38.opt-1.pyc
54.627 KB
-rw-r--r--
datetime.cpython-38.opt-2.pyc
46.385 KB
-rw-r--r--
datetime.cpython-38.pyc
55.835 KB
-rw-r--r--
decimal.cpython-38.opt-1.pyc
0.353 KB
-rw-r--r--
decimal.cpython-38.opt-2.pyc
0.353 KB
-rw-r--r--
decimal.cpython-38.pyc
0.353 KB
-rw-r--r--
difflib.cpython-38.opt-1.pyc
58.01 KB
-rw-r--r--
difflib.cpython-38.opt-2.pyc
24.339 KB
-rw-r--r--
difflib.cpython-38.pyc
58.047 KB
-rw-r--r--
dis.cpython-38.opt-1.pyc
15.439 KB
-rw-r--r--
dis.cpython-38.opt-2.pyc
11.722 KB
-rw-r--r--
dis.cpython-38.pyc
15.439 KB
-rw-r--r--
doctest.cpython-38.opt-1.pyc
73.958 KB
-rw-r--r--
doctest.cpython-38.opt-2.pyc
39.479 KB
-rw-r--r--
doctest.cpython-38.pyc
74.195 KB
-rw-r--r--
dummy_threading.cpython-38.opt-1.pyc
1.086 KB
-rw-r--r--
dummy_threading.cpython-38.opt-2.pyc
0.722 KB
-rw-r--r--
dummy_threading.cpython-38.pyc
1.086 KB
-rw-r--r--
enum.cpython-38.opt-1.pyc
25.355 KB
-rw-r--r--
enum.cpython-38.opt-2.pyc
20.549 KB
-rw-r--r--
enum.cpython-38.pyc
25.355 KB
-rw-r--r--
filecmp.cpython-38.opt-1.pyc
8.231 KB
-rw-r--r--
filecmp.cpython-38.opt-2.pyc
5.875 KB
-rw-r--r--
filecmp.cpython-38.pyc
8.231 KB
-rw-r--r--
fileinput.cpython-38.opt-1.pyc
13.062 KB
-rw-r--r--
fileinput.cpython-38.opt-2.pyc
7.585 KB
-rw-r--r--
fileinput.cpython-38.pyc
13.062 KB
-rw-r--r--
fnmatch.cpython-38.opt-1.pyc
3.278 KB
-rw-r--r--
fnmatch.cpython-38.opt-2.pyc
2.099 KB
-rw-r--r--
fnmatch.cpython-38.pyc
3.278 KB
-rw-r--r--
formatter.cpython-38.opt-1.pyc
17.136 KB
-rw-r--r--
formatter.cpython-38.opt-2.pyc
14.753 KB
-rw-r--r--
formatter.cpython-38.pyc
17.136 KB
-rw-r--r--
fractions.cpython-38.opt-1.pyc
18.302 KB
-rw-r--r--
fractions.cpython-38.opt-2.pyc
11.091 KB
-rw-r--r--
fractions.cpython-38.pyc
18.302 KB
-rw-r--r--
ftplib.cpython-38.opt-1.pyc
27.353 KB
-rw-r--r--
ftplib.cpython-38.opt-2.pyc
17.788 KB
-rw-r--r--
ftplib.cpython-38.pyc
27.353 KB
-rw-r--r--
functools.cpython-38.opt-1.pyc
27.249 KB
-rw-r--r--
functools.cpython-38.opt-2.pyc
20.752 KB
-rw-r--r--
functools.cpython-38.pyc
27.249 KB
-rw-r--r--
genericpath.cpython-38.opt-1.pyc
3.909 KB
-rw-r--r--
genericpath.cpython-38.opt-2.pyc
2.8 KB
-rw-r--r--
genericpath.cpython-38.pyc
3.909 KB
-rw-r--r--
getopt.cpython-38.opt-1.pyc
6.093 KB
-rw-r--r--
getopt.cpython-38.opt-2.pyc
3.599 KB
-rw-r--r--
getopt.cpython-38.pyc
6.126 KB
-rw-r--r--
getpass.cpython-38.opt-1.pyc
4.082 KB
-rw-r--r--
getpass.cpython-38.opt-2.pyc
2.925 KB
-rw-r--r--
getpass.cpython-38.pyc
4.082 KB
-rw-r--r--
gettext.cpython-38.opt-1.pyc
17.466 KB
-rw-r--r--
gettext.cpython-38.opt-2.pyc
16.791 KB
-rw-r--r--
gettext.cpython-38.pyc
17.466 KB
-rw-r--r--
glob.cpython-38.opt-1.pyc
4.18 KB
-rw-r--r--
glob.cpython-38.opt-2.pyc
3.34 KB
-rw-r--r--
glob.cpython-38.pyc
4.243 KB
-rw-r--r--
gzip.cpython-38.opt-1.pyc
17.76 KB
-rw-r--r--
gzip.cpython-38.opt-2.pyc
13.982 KB
-rw-r--r--
gzip.cpython-38.pyc
17.76 KB
-rw-r--r--
hashlib.cpython-38.opt-1.pyc
5.296 KB
-rw-r--r--
hashlib.cpython-38.opt-2.pyc
4.967 KB
-rw-r--r--
hashlib.cpython-38.pyc
5.296 KB
-rw-r--r--
heapq.cpython-38.opt-1.pyc
13.742 KB
-rw-r--r--
heapq.cpython-38.opt-2.pyc
10.797 KB
-rw-r--r--
heapq.cpython-38.pyc
13.742 KB
-rw-r--r--
hmac.cpython-38.opt-1.pyc
7.229 KB
-rw-r--r--
hmac.cpython-38.opt-2.pyc
4.769 KB
-rw-r--r--
hmac.cpython-38.pyc
7.229 KB
-rw-r--r--
imaplib.cpython-38.opt-1.pyc
38.243 KB
-rw-r--r--
imaplib.cpython-38.opt-2.pyc
26.547 KB
-rw-r--r--
imaplib.cpython-38.pyc
40.375 KB
-rw-r--r--
imghdr.cpython-38.opt-1.pyc
4.023 KB
-rw-r--r--
imghdr.cpython-38.opt-2.pyc
3.716 KB
-rw-r--r--
imghdr.cpython-38.pyc
4.023 KB
-rw-r--r--
imp.cpython-38.opt-1.pyc
9.581 KB
-rw-r--r--
imp.cpython-38.opt-2.pyc
7.271 KB
-rw-r--r--
imp.cpython-38.pyc
9.581 KB
-rw-r--r--
inspect.cpython-38.opt-1.pyc
78.428 KB
-rw-r--r--
inspect.cpython-38.opt-2.pyc
53.903 KB
-rw-r--r--
inspect.cpython-38.pyc
78.706 KB
-rw-r--r--
io.cpython-38.opt-1.pyc
3.375 KB
-rw-r--r--
io.cpython-38.opt-2.pyc
1.921 KB
-rw-r--r--
io.cpython-38.pyc
3.375 KB
-rw-r--r--
ipaddress.cpython-38.opt-1.pyc
58.573 KB
-rw-r--r--
ipaddress.cpython-38.opt-2.pyc
35.292 KB
-rw-r--r--
ipaddress.cpython-38.pyc
58.573 KB
-rw-r--r--
keyword.cpython-38.opt-1.pyc
0.977 KB
-rw-r--r--
keyword.cpython-38.opt-2.pyc
0.56 KB
-rw-r--r--
keyword.cpython-38.pyc
0.977 KB
-rw-r--r--
linecache.cpython-38.opt-1.pyc
3.778 KB
-rw-r--r--
linecache.cpython-38.opt-2.pyc
2.699 KB
-rw-r--r--
linecache.cpython-38.pyc
3.778 KB
-rw-r--r--
locale.cpython-38.opt-1.pyc
33.878 KB
-rw-r--r--
locale.cpython-38.opt-2.pyc
29.371 KB
-rw-r--r--
locale.cpython-38.pyc
33.878 KB
-rw-r--r--
lzma.cpython-38.opt-1.pyc
11.738 KB
-rw-r--r--
lzma.cpython-38.opt-2.pyc
5.714 KB
-rw-r--r--
lzma.cpython-38.pyc
11.738 KB
-rw-r--r--
mailbox.cpython-38.opt-1.pyc
58.775 KB
-rw-r--r--
mailbox.cpython-38.opt-2.pyc
52.328 KB
-rw-r--r--
mailbox.cpython-38.pyc
58.854 KB
-rw-r--r--
mailcap.cpython-38.opt-1.pyc
7.039 KB
-rw-r--r--
mailcap.cpython-38.opt-2.pyc
5.507 KB
-rw-r--r--
mailcap.cpython-38.pyc
7.039 KB
-rw-r--r--
mimetypes.cpython-38.opt-1.pyc
15.657 KB
-rw-r--r--
mimetypes.cpython-38.opt-2.pyc
9.783 KB
-rw-r--r--
mimetypes.cpython-38.pyc
15.657 KB
-rw-r--r--
modulefinder.cpython-38.opt-1.pyc
15.679 KB
-rw-r--r--
modulefinder.cpython-38.opt-2.pyc
14.791 KB
-rw-r--r--
modulefinder.cpython-38.pyc
15.739 KB
-rw-r--r--
netrc.cpython-38.opt-1.pyc
3.69 KB
-rw-r--r--
netrc.cpython-38.opt-2.pyc
3.458 KB
-rw-r--r--
netrc.cpython-38.pyc
3.69 KB
-rw-r--r--
nntplib.cpython-38.opt-1.pyc
33.18 KB
-rw-r--r--
nntplib.cpython-38.opt-2.pyc
20.963 KB
-rw-r--r--
nntplib.cpython-38.pyc
33.18 KB
-rw-r--r--
ntpath.cpython-38.opt-1.pyc
14.315 KB
-rw-r--r--
ntpath.cpython-38.opt-2.pyc
12.313 KB
-rw-r--r--
ntpath.cpython-38.pyc
14.315 KB
-rw-r--r--
nturl2path.cpython-38.opt-1.pyc
1.705 KB
-rw-r--r--
nturl2path.cpython-38.opt-2.pyc
1.296 KB
-rw-r--r--
nturl2path.cpython-38.pyc
1.705 KB
-rw-r--r--
numbers.cpython-38.opt-1.pyc
11.918 KB
-rw-r--r--
numbers.cpython-38.opt-2.pyc
8.146 KB
-rw-r--r--
numbers.cpython-38.pyc
11.918 KB
-rw-r--r--
opcode.cpython-38.opt-1.pyc
5.295 KB
-rw-r--r--
opcode.cpython-38.opt-2.pyc
5.158 KB
-rw-r--r--
opcode.cpython-38.pyc
5.295 KB
-rw-r--r--
operator.cpython-38.opt-1.pyc
13.372 KB
-rw-r--r--
operator.cpython-38.opt-2.pyc
11.059 KB
-rw-r--r--
operator.cpython-38.pyc
13.372 KB
-rw-r--r--
optparse.cpython-38.opt-1.pyc
46.852 KB
-rw-r--r--
optparse.cpython-38.opt-2.pyc
34.825 KB
-rw-r--r--
optparse.cpython-38.pyc
46.933 KB
-rw-r--r--
os.cpython-38.opt-1.pyc
30.632 KB
-rw-r--r--
os.cpython-38.opt-2.pyc
18.727 KB
-rw-r--r--
os.cpython-38.pyc
30.663 KB
-rw-r--r--
pathlib.cpython-38.opt-1.pyc
43.175 KB
-rw-r--r--
pathlib.cpython-38.opt-2.pyc
34.698 KB
-rw-r--r--
pathlib.cpython-38.pyc
43.175 KB
-rw-r--r--
pdb.cpython-38.opt-1.pyc
46.067 KB
-rw-r--r--
pdb.cpython-38.opt-2.pyc
32.326 KB
-rw-r--r--
pdb.cpython-38.pyc
46.121 KB
-rw-r--r--
pickle.cpython-38.opt-1.pyc
45.696 KB
-rw-r--r--
pickle.cpython-38.opt-2.pyc
39.962 KB
-rw-r--r--
pickle.cpython-38.pyc
45.811 KB
-rw-r--r--
pickletools.cpython-38.opt-1.pyc
64.762 KB
-rw-r--r--
pickletools.cpython-38.opt-2.pyc
55.882 KB
-rw-r--r--
pickletools.cpython-38.pyc
65.631 KB
-rw-r--r--
pipes.cpython-38.opt-1.pyc
7.614 KB
-rw-r--r--
pipes.cpython-38.opt-2.pyc
4.814 KB
-rw-r--r--
pipes.cpython-38.pyc
7.614 KB
-rw-r--r--
pkgutil.cpython-38.opt-1.pyc
15.955 KB
-rw-r--r--
pkgutil.cpython-38.opt-2.pyc
10.822 KB
-rw-r--r--
pkgutil.cpython-38.pyc
15.955 KB
-rw-r--r--
platform.cpython-38.opt-1.pyc
23.758 KB
-rw-r--r--
platform.cpython-38.opt-2.pyc
16.066 KB
-rw-r--r--
platform.cpython-38.pyc
23.758 KB
-rw-r--r--
plistlib.cpython-38.opt-1.pyc
26.465 KB
-rw-r--r--
plistlib.cpython-38.opt-2.pyc
23.487 KB
-rw-r--r--
plistlib.cpython-38.pyc
26.53 KB
-rw-r--r--
poplib.cpython-38.opt-1.pyc
13.146 KB
-rw-r--r--
poplib.cpython-38.opt-2.pyc
8.33 KB
-rw-r--r--
poplib.cpython-38.pyc
13.146 KB
-rw-r--r--
posixpath.cpython-38.opt-1.pyc
10.186 KB
-rw-r--r--
posixpath.cpython-38.opt-2.pyc
8.511 KB
-rw-r--r--
posixpath.cpython-38.pyc
10.186 KB
-rw-r--r--
pprint.cpython-38.opt-1.pyc
15.854 KB
-rw-r--r--
pprint.cpython-38.opt-2.pyc
13.749 KB
-rw-r--r--
pprint.cpython-38.pyc
15.901 KB
-rw-r--r--
profile.cpython-38.opt-1.pyc
14.227 KB
-rw-r--r--
profile.cpython-38.opt-2.pyc
11.318 KB
-rw-r--r--
profile.cpython-38.pyc
14.435 KB
-rw-r--r--
pstats.cpython-38.opt-1.pyc
21.551 KB
-rw-r--r--
pstats.cpython-38.opt-2.pyc
19.086 KB
-rw-r--r--
pstats.cpython-38.pyc
21.551 KB
-rw-r--r--
pty.cpython-38.opt-1.pyc
3.864 KB
-rw-r--r--
pty.cpython-38.opt-2.pyc
3.039 KB
-rw-r--r--
pty.cpython-38.pyc
3.864 KB
-rw-r--r--
py_compile.cpython-38.opt-1.pyc
7.213 KB
-rw-r--r--
py_compile.cpython-38.opt-2.pyc
3.563 KB
-rw-r--r--
py_compile.cpython-38.pyc
7.213 KB
-rw-r--r--
pyclbr.cpython-38.opt-1.pyc
10.208 KB
-rw-r--r--
pyclbr.cpython-38.opt-2.pyc
6.691 KB
-rw-r--r--
pyclbr.cpython-38.pyc
10.208 KB
-rw-r--r--
pydoc.cpython-38.opt-1.pyc
81.479 KB
-rw-r--r--
pydoc.cpython-38.opt-2.pyc
72.157 KB
-rw-r--r--
pydoc.cpython-38.pyc
81.53 KB
-rw-r--r--
queue.cpython-38.opt-1.pyc
10.379 KB
-rw-r--r--
queue.cpython-38.opt-2.pyc
6.144 KB
-rw-r--r--
queue.cpython-38.pyc
10.379 KB
-rw-r--r--
quopri.cpython-38.opt-1.pyc
5.444 KB
-rw-r--r--
quopri.cpython-38.opt-2.pyc
4.433 KB
-rw-r--r--
quopri.cpython-38.pyc
5.615 KB
-rw-r--r--
random.cpython-38.opt-1.pyc
19.639 KB
-rw-r--r--
random.cpython-38.opt-2.pyc
12.826 KB
-rw-r--r--
random.cpython-38.pyc
19.639 KB
-rw-r--r--
re.cpython-38.opt-1.pyc
14.086 KB
-rw-r--r--
re.cpython-38.opt-2.pyc
5.943 KB
-rw-r--r--
re.cpython-38.pyc
14.086 KB
-rw-r--r--
reprlib.cpython-38.opt-1.pyc
5.181 KB
-rw-r--r--
reprlib.cpython-38.opt-2.pyc
5.028 KB
-rw-r--r--
reprlib.cpython-38.pyc
5.181 KB
-rw-r--r--
rlcompleter.cpython-38.opt-1.pyc
5.622 KB
-rw-r--r--
rlcompleter.cpython-38.opt-2.pyc
3.021 KB
-rw-r--r--
rlcompleter.cpython-38.pyc
5.622 KB
-rw-r--r--
runpy.cpython-38.opt-1.pyc
7.991 KB
-rw-r--r--
runpy.cpython-38.opt-2.pyc
6.462 KB
-rw-r--r--
runpy.cpython-38.pyc
7.991 KB
-rw-r--r--
sched.cpython-38.opt-1.pyc
6.381 KB
-rw-r--r--
sched.cpython-38.opt-2.pyc
3.425 KB
-rw-r--r--
sched.cpython-38.pyc
6.381 KB
-rw-r--r--
secrets.cpython-38.opt-1.pyc
2.141 KB
-rw-r--r--
secrets.cpython-38.opt-2.pyc
1.107 KB
-rw-r--r--
secrets.cpython-38.pyc
2.141 KB
-rw-r--r--
selectors.cpython-38.opt-1.pyc
16.54 KB
-rw-r--r--
selectors.cpython-38.opt-2.pyc
12.6 KB
-rw-r--r--
selectors.cpython-38.pyc
16.54 KB
-rw-r--r--
shelve.cpython-38.opt-1.pyc
9.27 KB
-rw-r--r--
shelve.cpython-38.opt-2.pyc
5.216 KB
-rw-r--r--
shelve.cpython-38.pyc
9.27 KB
-rw-r--r--
shlex.cpython-38.opt-1.pyc
7.361 KB
-rw-r--r--
shlex.cpython-38.opt-2.pyc
6.817 KB
-rw-r--r--
shlex.cpython-38.pyc
7.361 KB
-rw-r--r--
shutil.cpython-38.opt-1.pyc
36.535 KB
-rw-r--r--
shutil.cpython-38.opt-2.pyc
25.268 KB
-rw-r--r--
shutil.cpython-38.pyc
36.535 KB
-rw-r--r--
signal.cpython-38.opt-1.pyc
2.778 KB
-rw-r--r--
signal.cpython-38.opt-2.pyc
2.56 KB
-rw-r--r--
signal.cpython-38.pyc
2.778 KB
-rw-r--r--
site.cpython-38.opt-1.pyc
16.579 KB
-rw-r--r--
site.cpython-38.opt-2.pyc
11.038 KB
-rw-r--r--
site.cpython-38.pyc
16.579 KB
-rw-r--r--
smtpd.cpython-38.opt-1.pyc
25.845 KB
-rw-r--r--
smtpd.cpython-38.opt-2.pyc
23.286 KB
-rw-r--r--
smtpd.cpython-38.pyc
25.845 KB
-rw-r--r--
smtplib.cpython-38.opt-1.pyc
34.777 KB
-rw-r--r--
smtplib.cpython-38.opt-2.pyc
18.799 KB
-rw-r--r--
smtplib.cpython-38.pyc
34.837 KB
-rw-r--r--
sndhdr.cpython-38.opt-1.pyc
6.827 KB
-rw-r--r--
sndhdr.cpython-38.opt-2.pyc
5.582 KB
-rw-r--r--
sndhdr.cpython-38.pyc
6.827 KB
-rw-r--r--
socket.cpython-38.opt-1.pyc
27.099 KB
-rw-r--r--
socket.cpython-38.opt-2.pyc
18.971 KB
-rw-r--r--
socket.cpython-38.pyc
27.138 KB
-rw-r--r--
socketserver.cpython-38.opt-1.pyc
24.769 KB
-rw-r--r--
socketserver.cpython-38.opt-2.pyc
14.304 KB
-rw-r--r--
socketserver.cpython-38.pyc
24.769 KB
-rw-r--r--
sre_compile.cpython-38.opt-1.pyc
14.568 KB
-rw-r--r--
sre_compile.cpython-38.opt-2.pyc
14.164 KB
-rw-r--r--
sre_compile.cpython-38.pyc
14.789 KB
-rw-r--r--
sre_constants.cpython-38.opt-1.pyc
6.212 KB
-rw-r--r--
sre_constants.cpython-38.opt-2.pyc
5.797 KB
-rw-r--r--
sre_constants.cpython-38.pyc
6.212 KB
-rw-r--r--
sre_parse.cpython-38.opt-1.pyc
21.096 KB
-rw-r--r--
sre_parse.cpython-38.opt-2.pyc
21.049 KB
-rw-r--r--
sre_parse.cpython-38.pyc
21.142 KB
-rw-r--r--
ssl.cpython-38.opt-1.pyc
43.553 KB
-rw-r--r--
ssl.cpython-38.opt-2.pyc
32.832 KB
-rw-r--r--
ssl.cpython-38.pyc
43.553 KB
-rw-r--r--
stat.cpython-38.opt-1.pyc
4.271 KB
-rw-r--r--
stat.cpython-38.opt-2.pyc
3.507 KB
-rw-r--r--
stat.cpython-38.pyc
4.271 KB
-rw-r--r--
statistics.cpython-38.opt-1.pyc
32.478 KB
-rw-r--r--
statistics.cpython-38.opt-2.pyc
17.158 KB
-rw-r--r--
statistics.cpython-38.pyc
32.866 KB
-rw-r--r--
string.cpython-38.opt-1.pyc
7.131 KB
-rw-r--r--
string.cpython-38.opt-2.pyc
6.051 KB
-rw-r--r--
string.cpython-38.pyc
7.131 KB
-rw-r--r--
stringprep.cpython-38.opt-1.pyc
10.704 KB
-rw-r--r--
stringprep.cpython-38.opt-2.pyc
10.489 KB
-rw-r--r--
stringprep.cpython-38.pyc
10.761 KB
-rw-r--r--
struct.cpython-38.opt-1.pyc
0.324 KB
-rw-r--r--
struct.cpython-38.opt-2.pyc
0.324 KB
-rw-r--r--
struct.cpython-38.pyc
0.324 KB
-rw-r--r--
subprocess.cpython-38.opt-1.pyc
41.125 KB
-rw-r--r--
subprocess.cpython-38.opt-2.pyc
29.475 KB
-rw-r--r--
subprocess.cpython-38.pyc
41.22 KB
-rw-r--r--
sunau.cpython-38.opt-1.pyc
16.682 KB
-rw-r--r--
sunau.cpython-38.opt-2.pyc
12.199 KB
-rw-r--r--
sunau.cpython-38.pyc
16.682 KB
-rw-r--r--
symbol.cpython-38.opt-1.pyc
2.35 KB
-rw-r--r--
symbol.cpython-38.opt-2.pyc
2.275 KB
-rw-r--r--
symbol.cpython-38.pyc
2.35 KB
-rw-r--r--
symtable.cpython-38.opt-1.pyc
10.967 KB
-rw-r--r--
symtable.cpython-38.opt-2.pyc
10.2 KB
-rw-r--r--
symtable.cpython-38.pyc
11.059 KB
-rw-r--r--
sysconfig.cpython-38.opt-1.pyc
15.478 KB
-rw-r--r--
sysconfig.cpython-38.opt-2.pyc
13.155 KB
-rw-r--r--
sysconfig.cpython-38.pyc
15.478 KB
-rw-r--r--
tabnanny.cpython-38.opt-1.pyc
6.867 KB
-rw-r--r--
tabnanny.cpython-38.opt-2.pyc
5.956 KB
-rw-r--r--
tabnanny.cpython-38.pyc
6.867 KB
-rw-r--r--
tarfile.cpython-38.opt-1.pyc
68.895 KB
-rw-r--r--
tarfile.cpython-38.opt-2.pyc
54.622 KB
-rw-r--r--
tarfile.cpython-38.pyc
68.925 KB
-rw-r--r--
telnetlib.cpython-38.opt-1.pyc
17.812 KB
-rw-r--r--
telnetlib.cpython-38.opt-2.pyc
10.485 KB
-rw-r--r--
telnetlib.cpython-38.pyc
17.812 KB
-rw-r--r--
tempfile.cpython-38.opt-1.pyc
22.851 KB
-rw-r--r--
tempfile.cpython-38.opt-2.pyc
16.478 KB
-rw-r--r--
tempfile.cpython-38.pyc
22.851 KB
-rw-r--r--
textwrap.cpython-38.opt-1.pyc
13.132 KB
-rw-r--r--
textwrap.cpython-38.opt-2.pyc
6.092 KB
-rw-r--r--
textwrap.cpython-38.pyc
13.204 KB
-rw-r--r--
this.cpython-38.opt-1.pyc
1.233 KB
-rw-r--r--
this.cpython-38.opt-2.pyc
1.233 KB
-rw-r--r--
this.cpython-38.pyc
1.233 KB
-rw-r--r--
threading.cpython-38.opt-1.pyc
38.503 KB
-rw-r--r--
threading.cpython-38.opt-2.pyc
22.314 KB
-rw-r--r--
threading.cpython-38.pyc
39.041 KB
-rw-r--r--
timeit.cpython-38.opt-1.pyc
11.503 KB
-rw-r--r--
timeit.cpython-38.opt-2.pyc
5.786 KB
-rw-r--r--
timeit.cpython-38.pyc
11.503 KB
-rw-r--r--
token.cpython-38.opt-1.pyc
2.429 KB
-rw-r--r--
token.cpython-38.opt-2.pyc
2.396 KB
-rw-r--r--
token.cpython-38.pyc
2.429 KB
-rw-r--r--
tokenize.cpython-38.opt-1.pyc
16.717 KB
-rw-r--r--
tokenize.cpython-38.opt-2.pyc
13.041 KB
-rw-r--r--
tokenize.cpython-38.pyc
16.76 KB
-rw-r--r--
trace.cpython-38.opt-1.pyc
19.578 KB
-rw-r--r--
trace.cpython-38.opt-2.pyc
16.635 KB
-rw-r--r--
trace.cpython-38.pyc
19.578 KB
-rw-r--r--
traceback.cpython-38.opt-1.pyc
19.473 KB
-rw-r--r--
traceback.cpython-38.opt-2.pyc
10.778 KB
-rw-r--r--
traceback.cpython-38.pyc
19.473 KB
-rw-r--r--
tracemalloc.cpython-38.opt-1.pyc
16.958 KB
-rw-r--r--
tracemalloc.cpython-38.opt-2.pyc
15.578 KB
-rw-r--r--
tracemalloc.cpython-38.pyc
16.958 KB
-rw-r--r--
tty.cpython-38.opt-1.pyc
1.053 KB
-rw-r--r--
tty.cpython-38.opt-2.pyc
0.946 KB
-rw-r--r--
tty.cpython-38.pyc
1.053 KB
-rw-r--r--
turtle.cpython-38.opt-1.pyc
126.977 KB
-rw-r--r--
turtle.cpython-38.opt-2.pyc
66.829 KB
-rw-r--r--
turtle.cpython-38.pyc
126.977 KB
-rw-r--r--
types.cpython-38.opt-1.pyc
8.964 KB
-rw-r--r--
types.cpython-38.opt-2.pyc
7.771 KB
-rw-r--r--
types.cpython-38.pyc
8.964 KB
-rw-r--r--
typing.cpython-38.opt-1.pyc
60.911 KB
-rw-r--r--
typing.cpython-38.opt-2.pyc
44.556 KB
-rw-r--r--
typing.cpython-38.pyc
60.959 KB
-rw-r--r--
uu.cpython-38.opt-1.pyc
3.699 KB
-rw-r--r--
uu.cpython-38.opt-2.pyc
3.461 KB
-rw-r--r--
uu.cpython-38.pyc
3.699 KB
-rw-r--r--
uuid.cpython-38.opt-1.pyc
23.028 KB
-rw-r--r--
uuid.cpython-38.opt-2.pyc
16.04 KB
-rw-r--r--
uuid.cpython-38.pyc
23.159 KB
-rw-r--r--
warnings.cpython-38.opt-1.pyc
12.885 KB
-rw-r--r--
warnings.cpython-38.opt-2.pyc
10.663 KB
-rw-r--r--
warnings.cpython-38.pyc
13.334 KB
-rw-r--r--
wave.cpython-38.opt-1.pyc
17.677 KB
-rw-r--r--
wave.cpython-38.opt-2.pyc
11.825 KB
-rw-r--r--
wave.cpython-38.pyc
17.726 KB
-rw-r--r--
weakref.cpython-38.opt-1.pyc
19.033 KB
-rw-r--r--
weakref.cpython-38.opt-2.pyc
15.826 KB
-rw-r--r--
weakref.cpython-38.pyc
19.063 KB
-rw-r--r--
webbrowser.cpython-38.opt-1.pyc
16.688 KB
-rw-r--r--
webbrowser.cpython-38.opt-2.pyc
14.335 KB
-rw-r--r--
webbrowser.cpython-38.pyc
16.721 KB
-rw-r--r--
xdrlib.cpython-38.opt-1.pyc
8.03 KB
-rw-r--r--
xdrlib.cpython-38.opt-2.pyc
7.557 KB
-rw-r--r--
xdrlib.cpython-38.pyc
8.03 KB
-rw-r--r--
zipapp.cpython-38.opt-1.pyc
5.719 KB
-rw-r--r--
zipapp.cpython-38.opt-2.pyc
4.57 KB
-rw-r--r--
zipapp.cpython-38.pyc
5.719 KB
-rw-r--r--
zipfile.cpython-38.opt-1.pyc
57.108 KB
-rw-r--r--
zipfile.cpython-38.opt-2.pyc
48.623 KB
-rw-r--r--
zipfile.cpython-38.pyc
57.145 KB
-rw-r--r--
zipimport.cpython-38.opt-1.pyc
16.771 KB
-rw-r--r--
zipimport.cpython-38.opt-2.pyc
13.335 KB
-rw-r--r--
zipimport.cpython-38.pyc
16.872 KB
-rw-r--r--