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 :  /opt/alt/python310/lib64/python3.10/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : //opt/alt/python310/lib64/python3.10/__pycache__/tarfile.cpython-310.pyc
o

�=?h���@sdZdZdZdZddlmZddlZddlZddl	Z	ddl
Z
ddlZddlZddl
Z
ddlZddlZddlZzddlZWneyGdZYnwzddlZWneyYdZYnweefZzeef7ZWn	eynYnwgd�ZdZd	Zed
ZdZdZd
Zd
Z dZ!dZ"dZ#dZ$dZ%dZ&dZ'dZ(dZ)dZ*dZ+dZ,dZ-dZ.dZ/dZ0dZ1dZ2dZ3e3Z4e"e#e$e%e(e)e*e&e'e+e,e-fZ5e"e#e*e-fZ6e+e,e-fZ7dZ8hd �Z9e:e:e:e;e;e;d!�Z<ej=d"kr�d#Z>ne�?�Z>d$d%�Z@d&d'�ZAd(d)�ZBd*e4fd+d,�ZCd-d.�ZDdedfd/d0�ZEd1d2�ZFGd3d4�d4eG�ZHGd5d6�d6eH�ZIGd7d8�d8eH�ZJGd9d:�d:eH�ZKGd;d<�d<eH�ZLGd=d>�d>eH�ZMGd?d@�d@eM�ZNGdAdB�dBeM�ZOGdCdD�dDeM�ZPGdEdF�dFeM�ZQGdGdH�dHeM�ZRGdIdJ�dJ�ZSGdKdL�dL�ZTGdMdN�dNeU�ZVGdOdP�dPeU�ZWGdQdR�dRe	jX�ZYGdSdT�dTeH�ZZGdUdV�dVeZ�Z[GdWdX�dXeZ�Z\GdYdZ�dZeZ�Z]Gd[d\�d\eZ�Z^Gd]d^�d^eZ�Z_Gd_d`�d`eZ�Z`eZeeIfZadudbdc�Zbddde�Zcdfdg�Zddhdi�Zeecedeedj�ZfeU�Zge�hdk�ZiGdldm�dmeU�ZjGdndo�doeU�Zkdpdq�ZlekjZdrds�Zmendtk�rem�dSdS)vz,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_FORMATr�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�gname>r,r&r%r+)Zatime�ctimer(r)r*r'�nt�utf-8cCs8|durtd��|�||�}|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�./opt/alt/python310/lib64/python3.10/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�|ddvr2d}tt|�d�D]}|dK}|||d7}q|ddkr0dt|�d|}|Szt|dd�}t|��p?d	d�}W|StyOtd
��w)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|krd|dkr%nntd|d|fd�t}|S|tkrmd|d|kr<d|dkrmntd	��|dkrKtdg�}ntdg�}d||}t|d�D]}|�d|d@�|dL}q\|Std	��)
z/Convert a python number to a number field.
    rrBr#z%0*orDrCr@rAzoverflow in number field)rI�bytesr3r�	bytearrayrH�insertr0)rL�digits�formatZ
original_nr4rMr8r8r9�itn�s  0��

�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}|dkr
dS|durt�|||�dSt||�\}}t|�D]}|�|�}t|�|kr3|d��|�|�q"|dkrQ|�|�}t|�|krL|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�}|dur|�|d��|�}t|dd�dS)Nr6�backslashreplace� )�end)�getattr�sys�stdoutr1r=�print)r4r6r8r8r9�_safe_printsrlc@�eZdZdZdS)rzBase exception.N��__name__�
__module__�__qualname__�__doc__r8r8r8r9r�rc@rm)r
z%General exception for extract errors.Nrnr8r8r8r9r
rsr
c@rm)rz&Exception for unreadable tar archives.Nrnr8r8r8r9rrsrc@rm)rz.Exception for unavailable compression methods.Nrnr8r8r8r9rrsrc@rm)r	z=Exception for unsupported operations on stream-like TarFiles.Nrnr8r8r8r9r	rsr	c@rm)rz!Base exception for header errors.Nrnr8r8r8r9rrsrc@rm)�EmptyHeaderErrorzException for empty headers.Nrnr8r8r8r9rt!rsrtc@rm)�TruncatedHeaderErrorz Exception for truncated headers.Nrnr8r8r8r9ru$rsruc@rm)�EOFHeaderErrorz"Exception for end of file headers.Nrnr8r8r8r9rv'rsrvc@rm)rKzException for invalid headers.Nrnr8r8r8r9rK*rsrKc@rm)�SubsequentHeaderErrorz3Exception for missing and invalid extended headers.Nrnr8r8r8r9rw-rsrwc@�0eZdZdZdd�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�r|tjO}t�||d�|_dS)N��r�w�O_BINARYi�)	�os�O_RDONLY�O_WRONLY�O_CREAT�O_TRUNC�hasattrr}r�fd)�self�name�moder8r8r9�__init__:s��

z_LowLevelFile.__init__cCst�|j�dS�N)r~�closer��r�r8r8r9r�C�z_LowLevelFile.closecCst�|j|�Sr�)r~r]r��r�r'r8r8r9r]F�z_LowLevelFile.readcCst�|j|�dSr�)r~r^r��r�r4r8r8r9r^Isz_LowLevelFile.writeN)rorprqrrr�r�r]r^r8r8r8r9ry4s	ryc@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|_|durt||�}d|_|dkrt|�}|��}|pd|_||_||_||_||_d|_	d|_
d|_z�|dkrlzddl}Wnt
yLtd	�d�w||_|�d�|_|d
kre|��|j|_WdS|��WdS|dkr�zddl}Wnt
y�td�d�w|d
kr�d|_|��|_t|_WdS|��|_WdS|d
kr�zddl}Wnt
y�td�d�w|d
kr�d|_|��|_|j|_WdS|��|_WdS|dkr�td|��WdS|js�|j��d|_�)z$Construct a _Stream object.
        TNF�*��r�gzzzlib module is not availabler{�bz2�bz2 module is not available�xz�lzma module is not available�tar�unknown compression type %r) �_extfileobjry�_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�Wst


�
�

�
�
z_Stream.__init__cCs$t|d�r|js|��dSdSdS)Nr�)r�r�r�r�r8r8r9�__del__�s�z_Stream.__del__cCs�|j�d|jj|jj|jjd�|_t�dtt	�	���}|�
d|d�|j�d�r3|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_|jdkr"|j�|�}|�|�dS)z&Write string s to the stream.
        r�r�N)	r�r�r�r�r�r2r��compressr�r�r8r8r9r^�s

z
_Stream.writecCs`|j|7_t|j�|jkr.|j�|jd|j��|j|jd�|_t|j�|jksdSdS)z]Write string s to the stream if a whole new block
           is ready to be written.
        N)rWr2rar�r^r�r8r8r9Z__write�s
�z_Stream.__writecCs�|jrdSd|_zP|jdkr|jdkr|j|j��7_|jdkrL|jrL|j�|j�d|_|jdkrL|j�t�	d|j
��|j�t�	d|jd@��W|jsW|j�
�dSdS|jsb|j�
�ww)	z[Close the _Stream object. No operation should be
           done on it afterwards.
        NTr|r�r�r�r�l��)r�r�r�rWr��flushr�r^rVr�r�r�r�r�r�r8r8r9r��s$
�
��z
_Stream.closecCs�|j�|jj�|_d|_|�d�dkrtd��|�d�dkr#td��t|�d��}|�d�|d	@rHt|�d��d
t|�d��}|�	|�|d@rZ	|�d�}|rX|t
krYnqM|d
@rl	|�d�}|rj|t
krknq_|d@rw|�d�dSdS)z:Initialize for reading a gzip compressed fileobj.
        r�r$s��not a gzip filer#�zunsupported compression method��rCrBT�N)r�Z
decompressobjr�r�r��
_Stream__readrr�ordr]r3)r��flagZxlenr4r8r8r9r��s4
 

�
��z_Stream._init_read_gzcC�|jS)z3Return the stream's file pointer position.
        )r�r�r8r8r9�tell��z_Stream.tellrcCsV||jdkr't||j|j�\}}t|�D]}|�|j�q|�|�|jStd��)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�seek�s
�z_Stream.seekcCs,|dusJ�|�|�}|jt|�7_|S)z5Return the next size number of bytes from the stream.N)�_readr�r2)r�r'rWr8r8r9r]s
z_Stream.readc
Cs�|jdkr
|�|�St|j�}|jg}||krU|jr!|j}d|_n
|j�|j�}|s+n*z|j�	|�}Wn|j
yE}ztd�|�d}~ww|�|�|t|�7}||ksd�
|�}||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�trW�er8r8r9r�s.



��
�
z
_Stream._readcCspt|j�}|jg}||kr&|j�|j�}|sn|�|�|t|�7}||ks
d�|�}||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�r'r�r�rWr8r8r9Z__read-s

�
z_Stream.__readN)r)rorprqrrr�r�r�r^r�r�r�r�r�r]r�r�r8r8r8r9r�Ls
F
	

r�c@rx)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�Csz_StreamProxy.__init__cCs|jj|_|jSr�)r�r]rWr�r8r8r9r]Gs
z_StreamProxy.readcCsL|j�d�rdS|jdd�dkr|jdd�dkrd	S|j�d
�r$dSdS)
Ns�r�r�sBZhr��
s1AY&SYr�)s]�s�7zXZr�r�)rW�
startswithr�r8r8r9r�Ks$z_StreamProxy.getcomptypecCs|j��dSr�)r�r�r�r8r8r9r�Ur�z_StreamProxy.closeN)rorprqrrr�r]r�r�r8r8r8r9r�>s
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|_|durd|fg}d|_g|_d}|j}|D]&\}}||kr>|j�	d||df�|j�	d||||f�||7}||}q,||jkre|j�	d||jdf�dSdS)Nrr�FT)
r��offsetr'�positionrhr�r��	map_index�mapr�)r�r�r�r'Z	blockinfoZlastposZrealposr8r8r9r�bs*


�z_FileInFile.__init__cCsdSr�r8r�r8r8r9r�{�z_FileInFile.flushcC�dS�NTr8r�r8r8r9�readable~r�z_FileInFile.readablecCr��NFr8r�r8r8r9�writable�r�z_FileInFile.writablecCs
|j��Sr�)r��seekabler�r8r8r9r���
z_FileInFile.seekablecCr�)z*Return the current file position.
        )r�r�r8r8r9r��r�z_FileInFile.tellcCs�|tjkrtt|d�|j�|_|jS|tjkr4|dkr't|j|d�|_|jSt|j||j�|_|jS|tjkrItt|j||j�d�|_|jStd��)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|dur|j|j}n	t||j|j�}d}|dkr�	|j|j\}}}}||jkr0|kr3nnn|jd7_|jt|j�krEd|_qt|||j�}|rp|j�||j|�|j�|�}t|�|krkt	d��||7}n|t
|7}||8}|j|7_|dks|S)z!Read data from the file.
        Nr�rTr#rY)r'r�r�r�r�r2r�r�r]rr3)	r�r'rW�data�start�stopr�r5rdr8r8r9r]�s2�
�z_FileInFile.readcCs&|�t|��}||dt|��<t|�Sr�)r]r2)r�rdrWr8r8r9�readinto�sz_FileInFile.readintocCs
d|_dSr�)r�r�r8r8r9r��r�z_FileInFile.closer�)rorprqrrr�r�r�r�r�r�r�r�r�r]r�r�r8r8r8r9r�\s

r�c�eZdZ�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__�rorprqr��
__classcell__r8r8r�r9r��sr�c@seZdZdS)�FilterErrorN)rorprqr8r8r8r9r��sr�cr�)�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���r�cr�)�OutsideDestinationErrorc�.||_||_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���

�z OutsideDestinationError.__init__r�r8r8r�r9r��r�r�cr�)�SpecialFileErrorc�||_t��|j�d��dS)Nz is a special filer�r�r�r8r9r���zSpecialFileError.__init__r�r8r8r�r9r�r�rcr�)�AbsoluteLinkErrorcr)Nz is a link to an absolute pathr�r�r�r8r9r��rzAbsoluteLinkError.__init__r�r8r8r�r9r�r�rcr�)�LinkOutsideDestinationErrorcr�)Nz would link to r�r�r�rr�r8r9r��rz$LinkOutsideDestinationError.__init__r�r8r8r�r9r�r�rcr�)�LinkFallbackErrorcs2||_||_t��d|j�d�d|�d��dS)Nzlink z would be extracted as a zcopy of z, which was rejectedr�rr�r8r9r��s


�zLinkFallbackError.__init__r�r8r8r�r9r�r�rTcCsi}|j}tjj|tjjd�}|�dtjf�r$|j�dtj�}|d<tj�|�r.t	|��tjjtj�
||�tjjd�}tj�||g�|krLt||��|j
}|dur�|d@}|r}|��sa|��rn|d@si|dM}|dO}n|��sv|��ryd}nt|��||j
kr�||d<|�r|jdur�d|d	<|jdur�d|d
<|jdur�d|d<|jdur�d|d<|��s�|���rtj�|j�r�t|��tj�|j�}||jkr�||d
<|��r�tj�
|tj�|�|j�}ntj�
||j�}tjj|tjjd�}tj�||g�|k�rt||��|S)N)rE�/r�i��@i�����r�r)r*r+r,�linkname)r�r~r%�realpath�
ALLOW_MISSINGr��sep�lstrip�isabsr�r��
commonpathr�r��isreg�islnk�isdir�issymrr)r*r+r,rr�normpath�dirnamer)�member�	dest_pathZfor_data�	new_attrsr�Ztarget_pathr�Z
normalizedr8r8r9�_get_filtered_attrs�sl�








���
rcCs|Sr�r8)rrr8r8r9�fully_trusted_filterAr�rcCs,t||d�}|r|jdi|�ddi��S|S)NF�deepr8�rr��rrrr8r8r9�
tar_filterD�r!cCs,t||d�}|r|jdi|�ddi��S|S)NTrFr8rr r8r8r9�data_filterJr"r#)Z
fully_trustedr�r�s([0-9]{1,20}) c@s,eZdZdZed|idd�dd�dd�dd	�d
d�dd
�dd�dd�dd�dd�dd�dd�dd�dd�dd�d d!�d"d#�d$d%�d&d%�d'd%��Zd}d)d*�Zed+d,��Zej	d-d,��Zed.d/��Z
e
j	d0d/��Z
d1d2�Zeeeeeeeed3ed4�
d5d6�Z
d7d8�Zeed9fd:d;�Zd<d=�Zd>d?�Zd@dA�ZedBdC��ZdDdE�ZedFdG��ZedHdI��ZedJdK��ZedLdM��ZedNdO��ZedPdQ��ZdRdS�ZdTdU�Z dVdW�Z!dXdY�Z"dZd[�Z#d\d]�Z$d^d_�Z%d`da�Z&dbdc�Z'ddde�Z(dfdg�Z)dhdi�Z*djdk�Z+dldm�Z,dndo�Z-dpdq�Z.drds�Z/dtdu�Z0dvdw�Z1dxdy�Z2dzd{�Z3d%S)~raInformational 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.
    r�zName of the archive member.r�zPermission bits.r)z6User ID of the user who originally stored this member.r*z7Group ID of the user who originally stored this member.r'zSize in bytes.r(zTime of last modification.�chksumzHeader checksum.�typez�File type. type is usually one of these constants: REGTYPE, AREGTYPE, LNKTYPE, SYMTYPE, DIRTYPE, FIFOTYPE, CONTTYPE, CHRTYPE, BLKTYPE, GNUTYPE_SPARSE.rzcName of the target file name, which is only present in TarInfo objects of type LNKTYPE and SYMTYPE.r+z
User name.r,zGroup name.�devmajorzDevice major number.�devminorzDevice minor number.r�zThe tar header starts here.r�zThe file's data starts here.�pax_headerszMA dictionary containing key-value pairs of an associated pax extended header.r�zSparse member information.r�N�_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$�REGTYPEr%rr+r,r&r'r�r�r�r(�r�r�r8r8r9r��s"
zTarInfo.__init__cCr�)z(In pax headers, "name" is called "path".�r�r�r8r8r9r%�r�zTarInfo.pathcC�
||_dSr�r-r,r8r8r9r%��
cCr�)z0In pax headers, "linkname" is called "linkpath".�rr�r8r8r9r&�r�zTarInfo.linkpathcCr.r�r0)r�rr8r8r9r&�r/cCsd|jj|jt|�fS)Nz<%s %r at %#x>)r�ror��idr�r8r8r9�__repr__�szTarInfo.__repr__T)
r�r(r�rr)r*r+r,r�_KEEPc
Cs�|	rt�|�}nt�|�}||
ur||_||
ur||_||
ur"||_||
ur)||_||
ur0||_||
ur7||_||
ur>||_||
urE||_	|S)zGReturn a deep copy of self with the given attributes replaced.
        )
�copyZdeepcopyr�r(r�rr)r*r+r,)r�r�r(r�rr)r*r+r,rr3�resultr8r8r9r��s(
zTarInfo.replacecCs�|jdurd}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(r$r%rr+r,r&r'r%r�r	)r�r�r)r*r'r(r$r%rr+r,r&r'�DIRTYPEr�)r�r��infor8r8r9�get_info�s(

�zTarInfo.get_info�surrogateescapecCsv|��}|��D]\}}|durtd|��q|tkr"|�|||�S|tkr-|�|||�S|tkr7|�||�Std��)z<Return a tar header as a string of 512 byte blocks.
        Nz%s may not be Nonezinvalid format)	r9�itemsr0r
�create_ustar_headerr�create_gnu_headerr�create_pax_header)r�rSr6r7r8r��valuer8r8r9�tobuf�s�z
TarInfo.tobufcCsnt|d<t|d�||��tkrtd��t|d�||��tkr/|�|d||�\|d<|d<|�|t||�S)z3Return the object as a ustar header block.
        �magicrzlinkname is too longr��prefix)	�POSIX_MAGICr2r1�LENGTH_LINKr0�LENGTH_NAME�_posix_split_name�_create_headerr
)r�r8r6r7r8r8r9r<�szTarInfo.create_ustar_headercCs�t|d<d}t|d�||��tkr||�|dt||�7}t|d�||��tkr6||�|dt||�7}||�|t	||�S)z:Return the object as a GNU header block sequence.
        rAr�rr�)
�	GNU_MAGICr2r1rD�_create_gnu_long_header�GNUTYPE_LONGLINKrE�GNUTYPE_LONGNAMErGr)r�r8r6r7rWr8r8r9r=szTarInfo.create_gnu_headerc
	CsDt|d<|j��}ddtfddtfddfD]2\}}}||vrqz
||�dd	�Wnty8||||<Yqwt||�|krG||||<qd
D]A\}}d}||}	t|	t	�}
|
r_t
|	�n|	}d|krod
|dkswnd||<d}n|
r|||<d}|r�||vr�t|	�||<qJ|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.
        rAr�r%rr&)r+r+� )r,r,rLrDrE))r)rB)r*rB)r'�)r(rMFrrBr#Tr�r�)rCr(r4rErDr1�UnicodeEncodeErrorr2�
isinstance�float�round�str�_create_pax_generic_header�XHDTYPErGr
)
r�r8r6r(r�Zhnamer5rRZ	needs_pax�valZval_is_floatZval_intrWr8r8r9r>sD
���
�zTarInfo.create_pax_headercCs|�|td�S)zAReturn the object as a pax global header block sequence.
        r/)rS�XGLTYPE)�clsr(r8r8r9�create_pax_global_headerNsz TarInfo.create_pax_global_headercCs||�d�}tdt|��D]-}d�|d|��}d�||d��}t|�||��tkr9t|�||��tkr9||fSqtd��)zUSplit a name longer than 100 chars into a prefix
           and a name part.
        r	r#Nzname is too long)�splitrHr2r�r1�
LENGTH_PREFIXrEr0)r�r�r6r7Z
componentsrMrBr8r8r9rFTs
��zTarInfo._posix_split_namecCs�|�d�ttfv}|r t|�dd�d|�}t|�dd�d|�}ntdd||�}tdd||�}|�dt�}|dur<td��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||�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.
        r%r&rrBr'r�NzTarInfo.type must not be Noner�rr�r6r)r*r'rMr(s        rrAr+rLr,rBrz%dsr�i����z%06orDi����)�get�CHRTYPE�BLKTYPErTr:r+r0rCrVr�r�r�rXrO)r8rSr6r7Zhas_device_fieldsr&r'Zfiletype�partsrWr$r8r8r9rGds:
�&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_payload�szTarInfo._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�r%r'rA)r1r3r2rHrGr
r_)rWr�r%r6r7r8r8r8r9rI�s�zTarInfo._create_gnu_long_headerc	Cs,d}|��D]\}}z|�dd�Wqtyd}Ynwd}|r'|d7}|��D]I\}}|�d�}|r=|�|d�}n|�d�}t|�t|�d}d	}	}
	|tt|
��}	|	|
kr^n|	}
qQ|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�r%r'rAr�)
r;r1rNr2rRrOrCrGr
r_)rWr(r%r6Zbinary�keywordr?Zrecords�lrLr>r8r8r8r9rS�sB�

�(�z"TarInfo._create_pax_generic_headerc	Csft|�dkr
td��t|�tkrtd��|�t�tkrtd��t|dd��}|t|�vr1t	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�||�}|jtkr�|j�d�r�t|_|jtk�rd}g}td�D]0}	zt|||d��}
t||d|d��}Wn
ty�Yn
w|�|
|f�|d7}q�t|d�}t|dd��}
|||
f|_ |�!��r |j�"d�|_|�r1|jt#v�r1|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�rM�i�i�i�)$r2rtr�ru�countr3rvrNrXrKr?r�r�r)r*r'r(r$r%rr+r,r&r'�AREGTYPEr�r7�GNUTYPE_SPARSErHr0r��boolr)r�rstrip�	GNU_TYPES)rWrWr6r7r$�objrBr��structsrMr��numbytes�
isextended�origsizer8r8r9�frombuf�s\�

zTarInfo.frombufcCs8|j�t�}|�||j|j�}|j��t|_|�|�S)zOReturn the next TarInfo object from TarFile object
           tarfile.
        )	r�r]r�rxr6r7r�r��_proc_member)rWr�rWrsr8r8r9�fromtarfiles
zTarInfo.fromtarfilecCsP|jttfvr|�|�S|jtkr|�|�S|jtttfvr#|�	|�S|�
|�S)zYChoose the right processing method depending on
           the type and call it.
        )r%rKrJ�
_proc_gnulongro�_proc_sparserTrV�SOLARIS_XHDTYPE�	_proc_pax�
_proc_builtin)r�r�r8r8r9ry0s




zTarInfo._proc_membercCsh|j��|_|j}|��s|jtvr||�|j�7}||_|�	|j
|j|j�|�
�r2|j�d�|_|S)zfProcess a builtin type or an unknown type which
           will be treated as a regular file.
        r	)r�r�r�rr%�SUPPORTED_TYPES�_blockr'r��_apply_pax_infor(r6r7rr�rq)r�r�r�r8r8r9r=szTarInfo._proc_builtinc
Cs�|j�|�|j��}z|�|�}Wnty$}ztt|��d�d}~ww|j|_|j	t
kr8t||j|j
�|_n|j	tkrFt||j|j
�|_|��rQ|j�d�|_|S)zSProcess the blocks that hold a GNU longname
           or longlink member.
        Nr	)r�r]r�r'rzrrwrRr�r%rKr?r6r7r�rJrr�removesuffix)r�r�rW�nextr�r8r8r9r{Ss��

zTarInfo._proc_gnulongc
	Cs�|j\}}}|`|rS|j�t�}d}td�D]4}zt|||d��}t||d|d��}	Wn
ty:Ynw|rF|	rF|�||	f�|d7}qt|d�}|s
||_	|j�
�|_|j|�|j
�|_||_
|S)z8Process a GNU sparse header plus extra headers.
        r�rMrli�)r)r�r]r�rHrNr0r�rpr�r�r�r�r'r�)
r�r�rtrvrwrWr�rMr�rur8r8r9r|ns,�
�
zTarInfo._proc_sparsec
Cs�|j�|�|j��}|jtkr|j}n|j��}d}d}g}t|�|kr�||dkr�t	�
||�}s6td��z	t|�
d��}WntyJtd��w|dkrStd��||t|�kr_td��|�d�|d}	||�d�d|	�}
|
�d�\}}}
|r�|dks�||	dkr�td��|�|||
f�|dkr�|dur�|
d	kr�|j}nd
}||7}t|�|kr�||dks*|dur�d
}|D]*\}}}
|�|d
d
|j�}|tvr�|�|
||j|j�}n	|�|
d
d
|j�}|||<q�z|�|�}Wnt�y}ztt|��d�d}~wwd|v�r|�||�n#d|v�r|�||�n|�d
�dk�r3|�d�dk�r3|�|||�|jtt fv�rf|�!||j|j�|j"|_"d|v�rf|j#}|�$��s[|jt%v�rc||�|j�7}||_"|S)zVProcess an extended or global header as described in
           POSIX.1-2008.
        rNrGr#�rar�s
hdrcharsetsBINARYr/�GNU.sparse.map�GNU.sparse.sizezGNU.sparse.major�1zGNU.sparse.minorrFr')&r�r]r�r'r%rVr(r4r2�_header_length_prefix_re�matchrKrI�groupr0r�rg�	partitionr�r6�_decode_pax_fieldr7�PAX_NAME_FIELDSrzrrwrR�_proc_gnusparse_01�_proc_gnusparse_00r[�_proc_gnusparse_10rTr}r�r�r�rr�)r�r�rWr(r�r6�raw_headersr�r5Zheader_value_end_offsetZkeyword_and_valueZraw_keywordZequalsZ	raw_valuercr?r�r�r�r8r8r9r~�s�

��)
��
�
��

 
zTarInfo._proc_paxc	Cs�g}g}|D];\}}}|dkr&z|�t|����Wqty%td��w|dkrAz|�t|����Wqty@td��wqtt||��|_dS)z?Process a GNU tar extended sparse header, version 0.0.
        sGNU.sparse.offsetrGsGNU.sparse.numbytesN)r�rIr=r0rK�list�zipr�)r�r�r�Zoffsetsru�_rcr?r8r8r9r�s"���zTarInfo._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>r��,Nr$r#)rYr�r�r�)r�r�r(r�r8r8r9r�s(zTarInfo._proc_gnusparse_01cCs�d}g}|j�t�}|�dd�\}}t|�}t|�|dkrAd|vr*||j�t�7}|�dd�\}}|�t|��t|�|dks|j��|_t	t
|ddd�|ddd���|_dS)z?Process a GNU tar extended sparse header, version 1.0.
        Nrbr#r$)r�r]r�rYrIr2r�r�r�r�r�r�)r�r�r(r�Zfieldsr�rWZnumberr8r8r9r�s�(zTarInfo._proc_gnusparse_10c	Cs�|��D]T\}}|dkrt|d|�q|dkr t|dt|��q|dkr-t|dt|��q|tvrX|tvrIzt||�}WntyHd}Ynw|dkrR|�d�}t|||�q|��|_dS)	zoReplace fields with supplemental information from a previous
           pax extended or global header.
        zGNU.sparse.namer%r�r'zGNU.sparse.realsizerr	N)	r;�setattrrI�
PAX_FIELDS�PAX_NUMBER_FIELDSr0rqr4r()r�r(r6r7rcr?r8r8r9r�-s&�
�zTarInfo._apply_pax_infocCs.z|�|d�WSty|�||�YSw)z1Decode a single field from a pax record.
        rE)r=�UnicodeDecodeError)r�r?r6Zfallback_encodingZfallback_errorsr8r8r9r�Ds
�zTarInfo._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�rmrbrcr8r8r9r�LszTarInfo._blockcCs
|jtvS�z4Return True if the Tarinfo object is a regular file.)r%�
REGULAR_TYPESr�r8r8r9rUr/z
TarInfo.isregcCs|��Sr�)rr�r8r8r9�isfileYszTarInfo.isfilecC�
|jtkS)z!Return True if it is a directory.)r%r7r�r8r8r9r]r/z
TarInfo.isdircCr�)z%Return True if it is a symbolic link.)r%�SYMTYPEr�r8r8r9rar/z
TarInfo.issymcCr�)z!Return True if it is a hard link.)r%�LNKTYPEr�r8r8r9rer/z
TarInfo.islnkcCr�)z(Return True if it is a character device.)r%r\r�r8r8r9�ischrir/z
TarInfo.ischrcCr�)z$Return True if it is a block device.)r%r]r�r8r8r9�isblkmr/z
TarInfo.isblkcCr�)zReturn True if it is a FIFO.)r%�FIFOTYPEr�r8r8r9�isfifoqr/zTarInfo.isfifocCs
|jduSr�)r�r�r8r8r9�issparseur�zTarInfo.issparsecCs|jtttfvS)zCReturn True if it is one of character device, block device or FIFO.)r%r\r]r�r�r8r8r9�isdevxsz
TarInfo.isdevr8)r�)4rorprqrr�dict�	__slots__r��propertyr%�setterr&r2r3r�r9rrr@r<r=r>�classmethodrXrF�staticmethodrGr_rIrSrxrzryrr{r|r~r�r�r�r�r�r�rr�rrrr�r�r�r�r�r8r8r8r9r`s����������
�����������




�
:

)
	

2
>

y	rc@seZdZdZdZdZdZdZeZ	e
ZdZe
ZeZdZ				dkdd	�Zedddefd
d��Zedldd
��Zedmdd��Zedmdd��Zedndd��Zddddd�Zdd�Zdd�Zdd�Zd d!�Zdod"d#�Zdpdd%�d&d'�Z dqdd(�d)d*�Z!drd+d,�Z"d-d.�Z#dsddd0�d1d2�Z$d3d4�Z%dtddd0�d6d7�Z&d8d9�Z'	drd:d;�Z(d<d=�Z)d>d?�Z*d@dA�Z+	$	dudddB�dCdD�Z,dEdF�Z-dGdH�Z.dIdJ�Z/dKdL�Z0dMdN�Z1dOdP�Z2dQdR�Z3dSdT�Z4dUdV�Z5dWdX�Z6dYdZ�Z7dvd[d\�Z8d]d^�Z9drd_d`�Z:dadb�Z;dcdd�Z<dedf�Z=dgdh�Z>didj�Z?dS)wrz=The TarFile Class provides an interface to tar archives.
    rFr#Nr{r:c
Cs�ddddd�}||vrtd��||_|||_|s4|jdkr*tj�|�s*d|_d|_t||j�}d	|_n |d
urHt|d�rHt	|j
ttf�rH|j
}t|d�rQ|j|_d
|_|r\tj�
|�nd
|_
||_|d
uri||_|d
urp||_|d
urw||_|d
ur~||_|d
ur�||_|	|_|
d
ur�|jtkr�|
|_ni|_|d
ur�||_|d
ur�||_|
|_d	|_g|_d	|_|j��|_i|_z||jdkr�d
|_ |�!�|_ |jdk�r
	|j�"|j�z|j�#|�}|j�$|�Wn#t%y�|j�"|j�Ynt&�y}zt't|��d
�d
}~wwq�|jdv�r2d
|_|j�r5|j�(|j�)��}|j�*|�|jt+|�7_Wd
SWd
SWd
S|j�sD|j�,�d
|_�)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�r{�ar|r��!mode must be 'r', 'a', 'w' or 'x'r�r|FNr�r�Tr{�r�r|r�)-r0r��_moder~r%�exists�	bltn_openr�r�rOr�rRrO�abspathr�rSr��dereference�ignore_zerosr6r7rr(�debug�
errorlevel�copybufsizer��members�_loadedr�r��inodes�firstmemberr�r�rzr�rvrrrXr4r^r2r�)r�r�r�r�rSr�r�r�r6r7r(r�r�r�Zmodesr�rWr8r8r9r��s�
�


����
zTarFile.__init__cs�|s|std��|dvro�fdd�}g}t�j|d�D]G}t��j|�}	|dur-|��}
z
|	|d|fi|��WSttfyb}z|�d|�d	|���|durX|�|
�WYd}~qd}~wwd
�	|�}td|����d|vr�|�
dd
�\}
}|
p~d}
|p�d}|�jvr�t��j|�}	ntd|��|	||
|fi|��Sd|vr�|�
dd
�\}
}|
p�d}
|p�d}|
dvr�td��t||
|||�}z�||
|fi|��}Wn|���d|_
|S|dvr�j|||fi|��Std��)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)r{�r:*cs�j|dkS)N�taropen)�	OPEN_METH)r��rWr8r9�not_compressed2r�z$TarFile.open.<locals>.not_compressed)�keyNr{z	- method z: �
z'file could not be opened successfully:
�:r#r�r��|rzzmode must be 'r' or 'w'Fr�zundiscernible mode)r0�sortedr�rhr�rrr�r�r�rYr�r�r�r�)rWr�r�r�ra�kwargsr�Z
error_msgsr��funcZ	saved_posr�Zerror_msgs_summary�filemode�streamr�r8r�r9rsZ%
��

zTarFile.opencKs$|dvrtd��||||fi|��S)zCOpen uncompressed tar archive name for reading or writing.
        r�r�)r0)rWr�r�r�r�r8r8r9r�fszTarFile.taropenr�c	
Ks�|dvrtd��zddlm}Wntytd�d�wz|||d||�}WntyB}z|dur=|dkr=td	�|��d}~wwz
|j|||fi|��}Wn!tyj}z|��|dkretd	�|��d}~w|���d
|_	|S)zkOpen gzip compressed tar archive name for reading or writing.
           Appending is not allowed.
        �r{r|r��mode must be 'r', 'w' or 'x'r)�GzipFilezgzip module is not availableNrdr{r�F)
r0Zgzipr�r�rr�rr�r�r�)	rWr�r�r��
compresslevelr�r�r�r�r8r8r9�gzopenns8
�
��
�zTarFile.gzopenc	
Ks�|dvrtd��zddlm}Wntytd�d�w||p!|||d�}z
|j|||fi|��}Wn#ttfyO}z|��|dkrJt	d	�|��d}~w|���d
|_
|S)zlOpen bzip2 compressed tar archive name for reading or writing.
           Appending is not allowed.
        r�r�r)�BZ2Filer�N)r�r{znot a bzip2 fileF)r0r�r�r�rr�r��EOFErrorr�rr�)	rWr�r�r�r�r�r�r�r�r8r8r9�bz2open�s*
�
�zTarFile.bz2openc

Ks�|dvrtd��z
ddlm}m}Wntytd�d�w||p#|||d�}z
|j|||fi|��}Wn#|tfyQ}	z|��|dkrLt	d	�|	��d}	~	w|���d
|_
|S)zkOpen lzma compressed tar archive name for reading or writing.
           Appending is not allowed.
        r�r�r)�LZMAFiler�r�N)�presetr{znot an lzma fileF)r0r�r�r�r�rr�r�r�rr�)
rWr�r�r�r�r�r�r�r�r�r8r8r9�xzopen�s*
�
�zTarFile.xzopenr�r�r�r�)r�r�r�r�cCs�|jrdSd|_z;|jdvr7|j�ttd�|jtd7_t|jt�\}}|dkr7|j�tt|�W|j	sB|j�
�dSdS|j	sM|j�
�ww)zlClose the TarFile. In write-mode, two finishing zero blocks are
           appended to the archive.
        NTr�r$r)r�r�r�r^r3r�r�r\�
RECORDSIZEr�r�)r�rbrcr8r8r9r��s 
�
��z
TarFile.closecCs(|�|�d��}|durtd|��|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.
        r	Nzfilename %r not found)�
_getmemberrq�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.getnamescCsJ|�d�|dur|j}|dur|}tj�|�\}}|�tjd�}|�d�}|��}||_	|dur@|j
s:t�|�}n
t�|�}nt�
|���}d}|j}t�|�r|j|jf}	|j
ss|jdkrs|	|jvrs||j|	krst}
|j|	}n;t}
|	dr~||j|	<n/t�|�r�t}
n't�|�r�t}
nt�|�r�t}
t�|�}nt�|�r�t}
n
t� |�r�t!}
ndS||_||_"|j#|_$|j%|_&|
tkr�|j'|_(nd|_(|j)|_*|
|_+||_,t-r�zt-�.|j$�d|_/Wn	t0y�Ynwt1�rzt1�2|j&�d|_3Wn
t0�yYnw|
tt!fv�r#t4td��r#t4td��r#t�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�rrr�r�r��lstat�stat�fstat�fileno�st_mode�S_ISREG�st_ino�st_dev�st_nlinkr�r�r+�S_ISDIRr7�S_ISFIFOr��S_ISLNKr��readlink�S_ISCHRr\�S_ISBLKr]r��st_uidr)�st_gidr*�st_sizer'�st_mtimer(r%r�pwd�getpwuidr+r��grpZgetgrgidr,r�r��st_rdevr&r�r')r�r��arcnamer�Zdrvr�ZstatresrZstmd�inoder%r8r8r9�
gettarinfos�
	


�





��zTarFile.gettarinfoT)r�cCs"|��|dur
|}|D]�}|rf|jdurtd�ntt�|j��td|jp)|j|jp.|jf�|�	�s:|�
�rGtdd|j|jf�ntd|j
�|jdurXtd�ntdt�|j�dd	��t|j|��rod
nd�|r�|��r�td|j�|��r�td
|j�t�qdS)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�r&r'r'r(r��	localtimer�rrrrrk)r��verboser�r�r8r8r9r�es:


��

��zTarFile.list��filtercCsP|�d�|dur|}|jdur#tj�|�|jkr#|�dd|�dS|�d|�|�||�}|dur=|�dd|�dS|durS||�}|durS|�dd|�dS|��rut|d��}|�	||�Wd�dS1snwYdS|�
�r�|�	|�|r�tt�|��D]}|j
tj�||�tj�||�||d	�q�dSdS|�	|�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��_dbgrrr��addfilerr��listdir�addr�)r�r�r�	recursiverr��fr8r8r9r�s<

"�
��zTarFile.addcCs�|�d�t�|�}|�|j|j|j�}|j�|�|jt	|�7_|j
}|durWt||j|j|d�t
|jt�\}}|dkrN|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�r4r@rSr6r7r�r^r�r2r�r[r'r\r�r3r�r�)r�r�r�rWrarbrcr8r8r9r	�s

zTarFile.addfilecCsh|dur|j}|dur
tSt|t�rtd��|St|�r|Szt|WSty3td|�d��d�w)NzrString names are not supported for TarFile.extraction_filter. Use a function such as tarfile.data_filter directly.zfilter z
 not found)	�extraction_filterrrOrR�	TypeError�callable�_NAMED_FILTERSr�r0)r�rr8r8r9�_get_filter_function�s 
�
�zTarFile._get_filter_function�.)�
numeric_ownerrcCs�g}|�|�}|dur
|}|D]&}|�|||�\}}	|durq|��r(|�|	�|j|||��||d�q|jdd�dd�|D]�}	zsz||	|�}Wntyf}
z|�|	t|
��WYd}
~
WqAd}
~
ww|durs|�|	d�WqAt	j
�||j�}zt	�
|�}Wnty�|�|d�YWqAwt�|j�s�|�|d	�WqA|j|||d
�|�||�|�||�WqAty�}
z|�|
�WYd}
~
qAd}
~
wwdS)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_attrsr�filter_functioncSr�r�r-)r�r8r8r9�<lambda>	sz$TarFile.extractall.<locals>.<lambda>T)r��reversezexcluded by filterZmissingznot a directory)r)r�_get_extract_tarinforr��_extract_one�sort�_FILTER_ERRORS�_log_no_directory_fixup�reprr~r%r�r�r��FileNotFoundErrorr�r�r��chown�utime�chmodr
�_handle_nonfatal_error)r�r%r�rrZdirectoriesrrr��
unfiltered�exc�dirpathr�r�r8r8r9�
extractall�sb
�
��������zTarFile.extractallcCs|�dd|j|f�dS)Nr$z(tarfile: Not fixing up directory %r (%s))rr�)r�r�reasonr8r8r9r.	s
�zTarFile._log_no_directory_fixupr�c	Cs<|�|�}|�|||�\}}|dur|�||||�dSdS)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)rrr)	r�rr%rrrrr�r$r8r8r9�extract2	s
��zTarFile.extractc
Cs�t|t�r|�|�}n|}d}z|||�}Wn/ttfy/}z|�|�WYd}~nd}~wtyE}z|�|�WYd}~nd}~ww|durU|�dd|j	�dS|�
�rgt�|�}tj
�||j�|_||fS)z�Get (filtered, unfiltered) TarInfos from *member*

        *member* might be a string.

        Return (None, None) if not found.
        Nr$r)NN)rOrRr�r�r��_handle_fatal_errorr
r#rr�rr4r~r%r�rr*)r�rrr%r$�filteredr�r8r8r9rF	s(
���
zTarFile._get_extract_tarinfoc
Cs�|�d�z|j|tj�||j�||||d�WdSty1}z|�|�WYd}~dSd}~wtyH}z|�	|�WYd}~dSd}~ww)z�Extract from filtered tarinfo to disk.

           filter_function is only used when extracting a *different*
           member (e.g. as fallback to creating a symlink)
        r{)rrr�extraction_rootN)
r��_extract_memberr~r%r�r�r�r*r
r#)r�r�r%rrrr�r8r8r9rd	s
����zTarFile._extract_onecCs |jdkr�|�dd|�dS)z=Handle non-fatal error (ExtractError) according to errorlevelr#�tarfile: %sN)r�r�r�r�r8r8r9r#x	s
zTarFile._handle_nonfatal_errorcCsp|jdkr�t|t�r)|jdur|�dd|j�dS|�dd|j|jf�dS|�ddt|�j|f�dS)z1Handle "fatal" error according to self.errorlevelrNr#r.ztarfile: %s %rztarfile: %s %s)r�rOr��filenamer�strerrorr%ror/r8r8r9r*	s


zTarFile._handle_fatal_errorcCsz|�d�t|t�r|�|�}n|}|��s|jtvr!|�||�S|��s)|�	�r;t|j
t�r3td��|�
|�|��SdS)a\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. For all other
           existing members, None is returned. If `member' does not appear
           in the archive, KeyError is raised.
        r{z'cannot extract (sym)link as file objectN)r�rOrRr�rr%r��
fileobjectrrr�r�r	�extractfile�_find_link_target)r�rr�r8r8r9r3�	s

zTarFile.extractfile�rr,cCs\|�d�}|�dtj�}tj�|�}|rtj�|�st�|�|��s'|�	�r4|�
dd|j|jf�n|�
d|j�|�
�rF|�||�nI|��rQ|�||�n>|��r\|�||�n3|��sd|��rk|�||�n$|��ss|�	�r}|j||||d�n|jtvr�|�||�n|�||�|r�|�|||�|�	�s�|�||�|�||�dSdSdS)z�Extract the filtered TarInfo object tarinfo to a physical
           file called targetpath.

           filter_function is only used when extracting a *different*
           member (e.g. as fallback to creating a symlink)
        r	r#z%s -> %sr5N)rqr�r~rr%rr��makedirsrrrr�rr�makefiler�makedirr��makefifor�r��makedev�makelink_with_filterr%r��makeunknownr r"r!)r�r��
targetpathrrrr,Z	upperdirsr8r8r9r-�	s@

�
�zTarFile._extract_membercCsBz|jdurt�|�WdSt�|d�WdSty YdSw)z,Make a directory called targetpath.
        Ni�)r�r~�mkdir�FileExistsError�r�r�r=r8r8r9r8�	s
�zTarFile.makedircCs�|j}|�|j�|j}t|d��?}|jdur7|jD]\}}|�|�t|||t|�q|�|j�|�	�nt|||jt|�Wd�dSWd�dS1sSwYdS)z'Make a file called targetpath.
        r�N)
r�r�r�r�r�r�r[rr'�truncate)r�r�r=�sourcera�targetr�r'r8r8r9r7�	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)r7rr%r@r8r8r9r<
s
�zTarFile.makeunknowncCs ttd�rt�|�dStd��)z'Make a fifo called targetpath.
        �mkfifozfifo not supported by systemN)r�r~rDr
r@r8r8r9r9	
s
zTarFile.makefifocCsjttd�r
ttd�std��|j}|durd}|��r!|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_IFCHRrEr:r&r')r�r�r=r�r8r8r9r:
s
�zTarFile.makedevcCs|�||dd�Sr�)r;r@r8r8r9�makelink#
r�zTarFile.makelinkc	
Csd}z,|��rtj�|�rt�|�t�|j|�WdStj�|j�r-t�	|j|�WdSWnt
y9d}Ynwz|�|�}WntyP|rOt
d�d��w|durX|}n#|dur`t
d��z|||�}Wntyz}zt||j�|�d}~ww|dur�|j||||d�dSdS)a3Make 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.

          filter_function is only used when extracting a *different*
          member (e.g. as fallback to creating a link).
        FNTz%unable to resolve link inside archivez[makelink_with_filter: if filter_function is not None, extraction_root must also not be Noner5)rr~r%�lexists�unlink�symlinkrr�r*�link�symlink_exceptionr4r�r
rrr�r-)	r�r�r=rr,Zkeyerror_to_extracterrorr$r+�causer8r8r9r;&
sV	
��������
��zTarFile.makelink_with_filterc
Csttd�r�t��dkr�|j}|j}|sEztr!|jr!t�|j�d}Wn	ty+Ynwzt	r:|j
r:t	�|j
�d}Wn	tyDYnw|durKd}|durQd}z|��rettd�ret�
|||�WdSt�|||�WdSty}ztd�|�d}~wwdSdS)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~rOr*r)r�r,Zgetgrnamr�r�r+�getpwnamrrPr r�r
)r�r�r=r�g�ur�r8r8r9r X
s>
��
��
���z
TarFile.chownc
CsF|jdurdSz
t�||j�WdSty"}ztd�|�d}~ww)zASet file permissions of targetpath according to tarinfo.
        Nzcould not change mode)r�r~r"r�r
)r�r�r=r�r8r8r9r"y
s

��z
TarFile.chmodc
CsZ|j}|dur	dSttd�sdSzt�|||f�WdSty,}ztd�|�d}~ww)zBSet modification time of targetpath according to tarinfo.
        Nr!z"could not change modification time)r(r�r~r!r�r
)r�r�r=r(r�r8r8r9r!�
s

��z
TarFile.utimecCs:|�d�|jdur|j}d|_|S|j|j��kr-|j�|jd�|j�d�s-td��d}	z|j�	|�}Wn�t
ye}z!|jr[|�dd|j|f�|jt
7_WYd}~q/WYd}~n�d}~wty�}z-|jr�|�dd|j|f�|jt
7_WYd}~q/|jdkr�tt|��d�WYd}~nqd}~wty�|jdkr�td	�d�Yn[ty�}z|jdkr�tt|��d�WYd}~nBd}~wty�}ztt|��d�d}~wt�y	}zzddl}t||j�r�td
|���d�|�t�y|�wd}~ww	|du�r|j�|�|Sd|_|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#rYTr$z0x%X: %srz
empty filezzlib error: )r�r�r�r�r�r�r]rr�rzrvr�rr�rKrRrtrurw�	Exceptionr�rOr�r�r�r�r�)r��mr�r�r�r8r8r9r��
st

��
��

�
������	
�zTarFile.nextc	Cs�|��}d}|dur#z|�|�}Wntyd}Ynw|d|�}|r+tj�|�}t|�D]"}|r<|j|jkr;d}q/|rFtj�|j�}n|j}||krQ|Sq/|rXt|��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%r�reversedr�r�)	r�r�r��	normalizer�ZskippingrVr�member_namer8r8r9r��
s2���zTarFile._getmembercCs 	|��}|dur
nqd|_dS)zWRead through the entire archive file and look for readable
           members.
        TN)r�r�r�r8r8r9r��
s�
z
TarFile._loadcCs>|jrtd|jj��|dur|j|vrtd|j��dSdS)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�ror�)r�r�r8r8r9r�s
�zTarFile._checkcCs`|��rd�tdtj�|j�|jf��}d}n|j}|}|j||dd�}|dur.t	d|��|S)zZFind the target member of a symlink or hardlink member in the
           archive.
        r	NT)r�rXzlinkname %r not found)
rr�rr~r%rr�rr�r�)r�r�r�limitrr8r8r9r4s zTarFile._find_link_targetccs��|jr|jEdHdSd}|jdur|��}|d7}|V	|t|j�kr,|j|}n|js;|��}|s:d|_dSndS|d7}|Vq)z$Provide an iterator object.
        Nrr#T)r�r�r�r�r2)r�rVr�r8r8r9�__iter__s,�
��zTarFile.__iter__cCs ||jkrt|tjd�dSdS)z.Write debugging output to sys.stderr.
        ��fileN)r�rkri�stderr)r��level�msgr8r8r9r=s
�zTarFile._dbgcCs|��|Sr�)r�r�r8r8r9�	__enter__CszTarFile.__enter__cCs.|dur
|��dS|js|j��d|_dSr�)r�r�r�r�)r�r%r?�	tracebackr8r8r9�__exit__Gs


zTarFile.__exit__)
Nr{NNNNNNr:NNNN)r{N)r{Nr�)r{NN)NNN�Tr�r�)rN)r�T)TFr�)@rorprqrrr�r�r�r�rrSrr6r7rr�r�r2rr�r�r�rr�r�r�r�r�r�r�r�r�rr�rr	rr'rr)rrr#r*r3r-r8r7r<r9r:rHr;r r"r!r�r�r�r�r4r[rrarcr8r8r8r9r}s�
�o] �


c&
3�E�
� ��82!

?(

	rcCsBzt|d�rt|d�}nt|�}|��WdSty YdSw)z�Return True if name points to a tar archive that we
       are able to handle, else return False.

       'name' should be a string, file, or file-like object.
    r])r�TF)r�rr�r)r�r�r8r8r9rUs
�rc	Cshddl}d}|j|d�}|jdddddd	�|jd
dtdd
�|jdd�}|jddddd�|jdddddd�|jdddddd�|jdd dd!d�|��}|jr]|jdur]|�d"d#�|j	dur�|j	}t
|�r�t|d$��}|��t
|��tjd%�Wd�n1s�wY|jr�t
d&�|��dSdS|�d"d'�|��dS|jdur�|j}t
|�r�t�|d(��}|j|jd)�Wd�dS1s�wYdS|�d"d'�|��dS|jdu�rRt|j�d"kr�|jd}tj}nt|j�d*kr�|j\}}n|�d"|���t
|��rGt�|d(��}|j||jd+�Wd�n	1�s%wY|j�rE|d,k�r9d-�|�}	nd.�||�}	t
|	�dSdS|�d"d'�|��dS|jdu�r�|j�d�}
tj�|
�\}}d/d/d0d0d1d1d1d1d2�}
||
v�r|d3|
|nd4}|j}t�|
|��}|D]}|�|��q�Wd�n	1�s�wY|j�r�t
d5�|
��dSdSdS)6Nrz3A simple command-line interface for tarfile module.)�descriptionz-vz	--verbose�
store_trueFzVerbose output)�action�default�helpz--filterz<filtername>zFilter for extraction)�metavar�choicesriT)Zrequiredz-lz--list�	<tarfile>zShow listing of a tarfile)rjriz-ez	--extract�+)rlz<output_dir>zExtract tarfile into target dir)�nargsrjriz-cz--create)z<name>z<file>zCreate tarfile from sourcesz-tz--testzTest if a tarfile is validr#z&--filter is only valid for extraction
r{r\z{!r} is a tar archive.z{!r} is not a tar archive.
r�)rr$)r%rrz{!r} file is extracted.z+{!r} file is extracted into {!r} directory.r�r�r�)r�z.tgzz.xzz.txzz.bz2z.tbzz.tbz2z.tb2zw:r|z{!r} file created.)�argparse�ArgumentParser�add_argumentrZadd_mutually_exclusive_group�
parse_argsrr)�exit�testrrr�rkrir^rrSr�rr2r~�curdirZformat_helpr'Zcreate�popr%�splitextr)rore�parserr��argsr_r�Ztfrur`Ztar_namer�ZextZcompressionsZtar_modeZ	tar_files�	file_namer8r8r9�mainhs���
�
�
�
�
��
"�

�
���
���r{�__main__rd)orr�version�
__author__�__credits__�builtinsrr�rir~r�rZr�r�rVr4�re�warningsr�r�r��AttributeError�NotImplementedErrorrMr��	NameError�__all__r3r�r�rHrCrErDrZr+rnr�r�r\r]r7r�ZCONTTYPErKrJrorTrVr}r
rrrr�r�rrr�r�rPrIr�r�r�getfilesystemencodingr:r?rNrTrXr[rlrTrr
rrr	rrtrurvrKrwryr��objectr�r��BufferedReaderr�r�r�r�rrrrrrrr!r#rr3�compiler�rrrr{ror8r8r8r9�<module>s(���	����

sh



D�
#a
_
�
Name
Size
Permissions
Options
__future__.cpython-310.opt-1.pyc
4.05 KB
-rw-r--r--
__future__.cpython-310.opt-2.pyc
2.126 KB
-rw-r--r--
__future__.cpython-310.pyc
4.05 KB
-rw-r--r--
__phello__.foo.cpython-310.opt-1.pyc
0.143 KB
-rw-r--r--
__phello__.foo.cpython-310.opt-2.pyc
0.143 KB
-rw-r--r--
__phello__.foo.cpython-310.pyc
0.143 KB
-rw-r--r--
_aix_support.cpython-310.opt-1.pyc
2.827 KB
-rw-r--r--
_aix_support.cpython-310.opt-2.pyc
1.624 KB
-rw-r--r--
_aix_support.cpython-310.pyc
2.827 KB
-rw-r--r--
_bootsubprocess.cpython-310.opt-1.pyc
2.256 KB
-rw-r--r--
_bootsubprocess.cpython-310.opt-2.pyc
2.036 KB
-rw-r--r--
_bootsubprocess.cpython-310.pyc
2.256 KB
-rw-r--r--
_collections_abc.cpython-310.opt-1.pyc
32.169 KB
-rw-r--r--
_collections_abc.cpython-310.opt-2.pyc
26.227 KB
-rw-r--r--
_collections_abc.cpython-310.pyc
32.169 KB
-rw-r--r--
_compat_pickle.cpython-310.opt-1.pyc
5.698 KB
-rw-r--r--
_compat_pickle.cpython-310.opt-2.pyc
5.698 KB
-rw-r--r--
_compat_pickle.cpython-310.pyc
5.75 KB
-rw-r--r--
_compression.cpython-310.opt-1.pyc
4.422 KB
-rw-r--r--
_compression.cpython-310.opt-2.pyc
4.229 KB
-rw-r--r--
_compression.cpython-310.pyc
4.422 KB
-rw-r--r--
_markupbase.cpython-310.opt-1.pyc
7.267 KB
-rw-r--r--
_markupbase.cpython-310.opt-2.pyc
6.909 KB
-rw-r--r--
_markupbase.cpython-310.pyc
7.41 KB
-rw-r--r--
_osx_support.cpython-310.opt-1.pyc
11.28 KB
-rw-r--r--
_osx_support.cpython-310.opt-2.pyc
8.731 KB
-rw-r--r--
_osx_support.cpython-310.pyc
11.28 KB
-rw-r--r--
_py_abc.cpython-310.opt-1.pyc
4.567 KB
-rw-r--r--
_py_abc.cpython-310.opt-2.pyc
3.414 KB
-rw-r--r--
_py_abc.cpython-310.pyc
4.589 KB
-rw-r--r--
_pydecimal.cpython-310.opt-1.pyc
154.055 KB
-rw-r--r--
_pydecimal.cpython-310.opt-2.pyc
75.06 KB
-rw-r--r--
_pydecimal.cpython-310.pyc
154.055 KB
-rw-r--r--
_pyio.cpython-310.opt-1.pyc
71.926 KB
-rw-r--r--
_pyio.cpython-310.opt-2.pyc
49.765 KB
-rw-r--r--
_pyio.cpython-310.pyc
71.943 KB
-rw-r--r--
_sitebuiltins.cpython-310.opt-1.pyc
3.479 KB
-rw-r--r--
_sitebuiltins.cpython-310.opt-2.pyc
2.979 KB
-rw-r--r--
_sitebuiltins.cpython-310.pyc
3.479 KB
-rw-r--r--
_strptime.cpython-310.opt-1.pyc
15.587 KB
-rw-r--r--
_strptime.cpython-310.opt-2.pyc
11.998 KB
-rw-r--r--
_strptime.cpython-310.pyc
15.587 KB
-rw-r--r--
_sysconfigdata__linux_x86_64-linux-gnu.cpython-310.opt-1.pyc
43.938 KB
-rw-r--r--
_sysconfigdata__linux_x86_64-linux-gnu.cpython-310.opt-2.pyc
43.938 KB
-rw-r--r--
_sysconfigdata__linux_x86_64-linux-gnu.cpython-310.pyc
43.938 KB
-rw-r--r--
_sysconfigdata_d_linux_x86_64-linux-gnu.cpython-310.opt-1.pyc
43.532 KB
-rw-r--r--
_sysconfigdata_d_linux_x86_64-linux-gnu.cpython-310.opt-2.pyc
43.532 KB
-rw-r--r--
_sysconfigdata_d_linux_x86_64-linux-gnu.cpython-310.pyc
43.532 KB
-rw-r--r--
_threading_local.cpython-310.opt-1.pyc
6.401 KB
-rw-r--r--
_threading_local.cpython-310.opt-2.pyc
3.177 KB
-rw-r--r--
_threading_local.cpython-310.pyc
6.401 KB
-rw-r--r--
_weakrefset.cpython-310.opt-1.pyc
7.445 KB
-rw-r--r--
_weakrefset.cpython-310.opt-2.pyc
7.445 KB
-rw-r--r--
_weakrefset.cpython-310.pyc
7.445 KB
-rw-r--r--
abc.cpython-310.opt-1.pyc
6.608 KB
-rw-r--r--
abc.cpython-310.opt-2.pyc
3.502 KB
-rw-r--r--
abc.cpython-310.pyc
6.608 KB
-rw-r--r--
aifc.cpython-310.opt-1.pyc
24.122 KB
-rw-r--r--
aifc.cpython-310.opt-2.pyc
19.043 KB
-rw-r--r--
aifc.cpython-310.pyc
24.122 KB
-rw-r--r--
antigravity.cpython-310.opt-1.pyc
0.818 KB
-rw-r--r--
antigravity.cpython-310.opt-2.pyc
0.682 KB
-rw-r--r--
antigravity.cpython-310.pyc
0.818 KB
-rw-r--r--
argparse.cpython-310.opt-1.pyc
61.651 KB
-rw-r--r--
argparse.cpython-310.opt-2.pyc
52.54 KB
-rw-r--r--
argparse.cpython-310.pyc
61.76 KB
-rw-r--r--
ast.cpython-310.opt-1.pyc
54.398 KB
-rw-r--r--
ast.cpython-310.opt-2.pyc
46.235 KB
-rw-r--r--
ast.cpython-310.pyc
54.448 KB
-rw-r--r--
asynchat.cpython-310.opt-1.pyc
6.876 KB
-rw-r--r--
asynchat.cpython-310.opt-2.pyc
5.557 KB
-rw-r--r--
asynchat.cpython-310.pyc
6.876 KB
-rw-r--r--
asyncore.cpython-310.opt-1.pyc
15.643 KB
-rw-r--r--
asyncore.cpython-310.opt-2.pyc
14.471 KB
-rw-r--r--
asyncore.cpython-310.pyc
15.643 KB
-rw-r--r--
base64.cpython-310.opt-1.pyc
16.646 KB
-rw-r--r--
base64.cpython-310.opt-2.pyc
12.251 KB
-rw-r--r--
base64.cpython-310.pyc
16.775 KB
-rw-r--r--
bdb.cpython-310.opt-1.pyc
25.242 KB
-rw-r--r--
bdb.cpython-310.opt-2.pyc
15.998 KB
-rw-r--r--
bdb.cpython-310.pyc
25.242 KB
-rw-r--r--
binhex.cpython-310.opt-1.pyc
12.584 KB
-rw-r--r--
binhex.cpython-310.opt-2.pyc
12.098 KB
-rw-r--r--
binhex.cpython-310.pyc
12.584 KB
-rw-r--r--
bisect.cpython-310.opt-1.pyc
2.543 KB
-rw-r--r--
bisect.cpython-310.opt-2.pyc
1.269 KB
-rw-r--r--
bisect.cpython-310.pyc
2.543 KB
-rw-r--r--
bz2.cpython-310.opt-1.pyc
10.631 KB
-rw-r--r--
bz2.cpython-310.opt-2.pyc
5.814 KB
-rw-r--r--
bz2.cpython-310.pyc
10.631 KB
-rw-r--r--
cProfile.cpython-310.opt-1.pyc
5.009 KB
-rw-r--r--
cProfile.cpython-310.opt-2.pyc
4.566 KB
-rw-r--r--
cProfile.cpython-310.pyc
5.009 KB
-rw-r--r--
calendar.cpython-310.opt-1.pyc
25.702 KB
-rw-r--r--
calendar.cpython-310.opt-2.pyc
21.386 KB
-rw-r--r--
calendar.cpython-310.pyc
25.702 KB
-rw-r--r--
cgi.cpython-310.opt-1.pyc
26.112 KB
-rw-r--r--
cgi.cpython-310.opt-2.pyc
18.036 KB
-rw-r--r--
cgi.cpython-310.pyc
26.112 KB
-rw-r--r--
cgitb.cpython-310.opt-1.pyc
9.779 KB
-rw-r--r--
cgitb.cpython-310.opt-2.pyc
8.249 KB
-rw-r--r--
cgitb.cpython-310.pyc
9.779 KB
-rw-r--r--
chunk.cpython-310.opt-1.pyc
4.762 KB
-rw-r--r--
chunk.cpython-310.opt-2.pyc
2.688 KB
-rw-r--r--
chunk.cpython-310.pyc
4.762 KB
-rw-r--r--
cmd.cpython-310.opt-1.pyc
12.425 KB
-rw-r--r--
cmd.cpython-310.opt-2.pyc
7.182 KB
-rw-r--r--
cmd.cpython-310.pyc
12.425 KB
-rw-r--r--
code.cpython-310.opt-1.pyc
9.739 KB
-rw-r--r--
code.cpython-310.opt-2.pyc
4.652 KB
-rw-r--r--
code.cpython-310.pyc
9.739 KB
-rw-r--r--
codecs.cpython-310.opt-1.pyc
32.456 KB
-rw-r--r--
codecs.cpython-310.opt-2.pyc
17.375 KB
-rw-r--r--
codecs.cpython-310.pyc
32.456 KB
-rw-r--r--
codeop.cpython-310.opt-1.pyc
5.479 KB
-rw-r--r--
codeop.cpython-310.opt-2.pyc
2.56 KB
-rw-r--r--
codeop.cpython-310.pyc
5.479 KB
-rw-r--r--
colorsys.cpython-310.opt-1.pyc
3.204 KB
-rw-r--r--
colorsys.cpython-310.opt-2.pyc
2.616 KB
-rw-r--r--
colorsys.cpython-310.pyc
3.204 KB
-rw-r--r--
compileall.cpython-310.opt-1.pyc
12.45 KB
-rw-r--r--
compileall.cpython-310.opt-2.pyc
9.287 KB
-rw-r--r--
compileall.cpython-310.pyc
12.45 KB
-rw-r--r--
configparser.cpython-310.opt-1.pyc
44.408 KB
-rw-r--r--
configparser.cpython-310.opt-2.pyc
29.835 KB
-rw-r--r--
configparser.cpython-310.pyc
44.408 KB
-rw-r--r--
contextlib.cpython-310.opt-1.pyc
20.411 KB
-rw-r--r--
contextlib.cpython-310.opt-2.pyc
14.563 KB
-rw-r--r--
contextlib.cpython-310.pyc
20.421 KB
-rw-r--r--
contextvars.cpython-310.opt-1.pyc
0.256 KB
-rw-r--r--
contextvars.cpython-310.opt-2.pyc
0.256 KB
-rw-r--r--
contextvars.cpython-310.pyc
0.256 KB
-rw-r--r--
copy.cpython-310.opt-1.pyc
6.848 KB
-rw-r--r--
copy.cpython-310.opt-2.pyc
4.614 KB
-rw-r--r--
copy.cpython-310.pyc
6.848 KB
-rw-r--r--
copyreg.cpython-310.opt-1.pyc
4.57 KB
-rw-r--r--
copyreg.cpython-310.opt-2.pyc
3.807 KB
-rw-r--r--
copyreg.cpython-310.pyc
4.589 KB
-rw-r--r--
crypt.cpython-310.opt-1.pyc
3.482 KB
-rw-r--r--
crypt.cpython-310.opt-2.pyc
2.852 KB
-rw-r--r--
crypt.cpython-310.pyc
3.482 KB
-rw-r--r--
csv.cpython-310.opt-1.pyc
11.537 KB
-rw-r--r--
csv.cpython-310.opt-2.pyc
9.583 KB
-rw-r--r--
csv.cpython-310.pyc
11.537 KB
-rw-r--r--
dataclasses.cpython-310.opt-1.pyc
25.955 KB
-rw-r--r--
dataclasses.cpython-310.opt-2.pyc
22.355 KB
-rw-r--r--
dataclasses.cpython-310.pyc
25.971 KB
-rw-r--r--
datetime.cpython-310.opt-1.pyc
54.049 KB
-rw-r--r--
datetime.cpython-310.opt-2.pyc
46.121 KB
-rw-r--r--
datetime.cpython-310.pyc
55.224 KB
-rw-r--r--
decimal.cpython-310.opt-1.pyc
0.369 KB
-rw-r--r--
decimal.cpython-310.opt-2.pyc
0.369 KB
-rw-r--r--
decimal.cpython-310.pyc
0.369 KB
-rw-r--r--
difflib.cpython-310.opt-1.pyc
57.519 KB
-rw-r--r--
difflib.cpython-310.opt-2.pyc
24.95 KB
-rw-r--r--
difflib.cpython-310.pyc
57.54 KB
-rw-r--r--
dis.cpython-310.opt-1.pyc
15.305 KB
-rw-r--r--
dis.cpython-310.opt-2.pyc
11.716 KB
-rw-r--r--
dis.cpython-310.pyc
15.305 KB
-rw-r--r--
doctest.cpython-310.opt-1.pyc
74.213 KB
-rw-r--r--
doctest.cpython-310.opt-2.pyc
39.902 KB
-rw-r--r--
doctest.cpython-310.pyc
74.405 KB
-rw-r--r--
enum.cpython-310.opt-1.pyc
25.468 KB
-rw-r--r--
enum.cpython-310.opt-2.pyc
20.817 KB
-rw-r--r--
enum.cpython-310.pyc
25.468 KB
-rw-r--r--
filecmp.cpython-310.opt-1.pyc
8.56 KB
-rw-r--r--
filecmp.cpython-310.opt-2.pyc
6.006 KB
-rw-r--r--
filecmp.cpython-310.pyc
8.56 KB
-rw-r--r--
fileinput.cpython-310.opt-1.pyc
13.758 KB
-rw-r--r--
fileinput.cpython-310.opt-2.pyc
8.401 KB
-rw-r--r--
fileinput.cpython-310.pyc
13.758 KB
-rw-r--r--
fnmatch.cpython-310.opt-1.pyc
4.09 KB
-rw-r--r--
fnmatch.cpython-310.opt-2.pyc
2.93 KB
-rw-r--r--
fnmatch.cpython-310.pyc
4.16 KB
-rw-r--r--
fractions.cpython-310.opt-1.pyc
18.18 KB
-rw-r--r--
fractions.cpython-310.opt-2.pyc
11.234 KB
-rw-r--r--
fractions.cpython-310.pyc
18.18 KB
-rw-r--r--
ftplib.cpython-310.opt-1.pyc
28.313 KB
-rw-r--r--
ftplib.cpython-310.opt-2.pyc
18.575 KB
-rw-r--r--
ftplib.cpython-310.pyc
28.313 KB
-rw-r--r--
functools.cpython-310.opt-1.pyc
27.687 KB
-rw-r--r--
functools.cpython-310.opt-2.pyc
21.218 KB
-rw-r--r--
functools.cpython-310.pyc
27.687 KB
-rw-r--r--
genericpath.cpython-310.opt-1.pyc
4.338 KB
-rw-r--r--
genericpath.cpython-310.opt-2.pyc
3.22 KB
-rw-r--r--
genericpath.cpython-310.pyc
4.338 KB
-rw-r--r--
getopt.cpython-310.opt-1.pyc
6.188 KB
-rw-r--r--
getopt.cpython-310.opt-2.pyc
3.706 KB
-rw-r--r--
getopt.cpython-310.pyc
6.206 KB
-rw-r--r--
getpass.cpython-310.opt-1.pyc
4.127 KB
-rw-r--r--
getpass.cpython-310.opt-2.pyc
2.984 KB
-rw-r--r--
getpass.cpython-310.pyc
4.127 KB
-rw-r--r--
gettext.cpython-310.opt-1.pyc
17.701 KB
-rw-r--r--
gettext.cpython-310.opt-2.pyc
17.043 KB
-rw-r--r--
gettext.cpython-310.pyc
17.701 KB
-rw-r--r--
glob.cpython-310.opt-1.pyc
5.702 KB
-rw-r--r--
glob.cpython-310.opt-2.pyc
4.877 KB
-rw-r--r--
glob.cpython-310.pyc
5.73 KB
-rw-r--r--
graphlib.cpython-310.opt-1.pyc
7.412 KB
-rw-r--r--
graphlib.cpython-310.opt-2.pyc
4.088 KB
-rw-r--r--
graphlib.cpython-310.pyc
7.453 KB
-rw-r--r--
gzip.cpython-310.opt-1.pyc
18.127 KB
-rw-r--r--
gzip.cpython-310.opt-2.pyc
14.397 KB
-rw-r--r--
gzip.cpython-310.pyc
18.127 KB
-rw-r--r--
hashlib.cpython-310.opt-1.pyc
6.7 KB
-rw-r--r--
hashlib.cpython-310.opt-2.pyc
6.158 KB
-rw-r--r--
hashlib.cpython-310.pyc
6.7 KB
-rw-r--r--
heapq.cpython-310.opt-1.pyc
13.556 KB
-rw-r--r--
heapq.cpython-310.opt-2.pyc
10.657 KB
-rw-r--r--
heapq.cpython-310.pyc
13.556 KB
-rw-r--r--
hmac.cpython-310.opt-1.pyc
6.825 KB
-rw-r--r--
hmac.cpython-310.opt-2.pyc
4.403 KB
-rw-r--r--
hmac.cpython-310.pyc
6.825 KB
-rw-r--r--
imaplib.cpython-310.opt-1.pyc
40.795 KB
-rw-r--r--
imaplib.cpython-310.opt-2.pyc
28.626 KB
-rw-r--r--
imaplib.cpython-310.pyc
41.52 KB
-rw-r--r--
imghdr.cpython-310.opt-1.pyc
3.829 KB
-rw-r--r--
imghdr.cpython-310.opt-2.pyc
3.539 KB
-rw-r--r--
imghdr.cpython-310.pyc
3.829 KB
-rw-r--r--
imp.cpython-310.opt-1.pyc
9.572 KB
-rw-r--r--
imp.cpython-310.opt-2.pyc
7.331 KB
-rw-r--r--
imp.cpython-310.pyc
9.572 KB
-rw-r--r--
inspect.cpython-310.opt-1.pyc
82.958 KB
-rw-r--r--
inspect.cpython-310.opt-2.pyc
56.687 KB
-rw-r--r--
inspect.cpython-310.pyc
83.173 KB
-rw-r--r--
io.cpython-310.opt-1.pyc
3.593 KB
-rw-r--r--
io.cpython-310.opt-2.pyc
2.143 KB
-rw-r--r--
io.cpython-310.pyc
3.593 KB
-rw-r--r--
ipaddress.cpython-310.opt-1.pyc
63.018 KB
-rw-r--r--
ipaddress.cpython-310.opt-2.pyc
37.972 KB
-rw-r--r--
ipaddress.cpython-310.pyc
63.018 KB
-rw-r--r--
keyword.cpython-310.opt-1.pyc
0.921 KB
-rw-r--r--
keyword.cpython-310.opt-2.pyc
0.526 KB
-rw-r--r--
keyword.cpython-310.pyc
0.921 KB
-rw-r--r--
linecache.cpython-310.opt-1.pyc
4.061 KB
-rw-r--r--
linecache.cpython-310.opt-2.pyc
2.887 KB
-rw-r--r--
linecache.cpython-310.pyc
4.061 KB
-rw-r--r--
locale.cpython-310.opt-1.pyc
45.099 KB
-rw-r--r--
locale.cpython-310.opt-2.pyc
40.723 KB
-rw-r--r--
locale.cpython-310.pyc
45.099 KB
-rw-r--r--
lzma.cpython-310.opt-1.pyc
11.832 KB
-rw-r--r--
lzma.cpython-310.opt-2.pyc
5.844 KB
-rw-r--r--
lzma.cpython-310.pyc
11.832 KB
-rw-r--r--
mailbox.cpython-310.opt-1.pyc
58.646 KB
-rw-r--r--
mailbox.cpython-310.opt-2.pyc
52.814 KB
-rw-r--r--
mailbox.cpython-310.pyc
58.698 KB
-rw-r--r--
mailcap.cpython-310.opt-1.pyc
7.164 KB
-rw-r--r--
mailcap.cpython-310.opt-2.pyc
5.662 KB
-rw-r--r--
mailcap.cpython-310.pyc
7.164 KB
-rw-r--r--
mimetypes.cpython-310.opt-1.pyc
17.222 KB
-rw-r--r--
mimetypes.cpython-310.opt-2.pyc
11.395 KB
-rw-r--r--
mimetypes.cpython-310.pyc
17.222 KB
-rw-r--r--
modulefinder.cpython-310.opt-1.pyc
15.76 KB
-rw-r--r--
modulefinder.cpython-310.opt-2.pyc
14.892 KB
-rw-r--r--
modulefinder.cpython-310.pyc
15.803 KB
-rw-r--r--
netrc.cpython-310.opt-1.pyc
3.856 KB
-rw-r--r--
netrc.cpython-310.opt-2.pyc
3.64 KB
-rw-r--r--
netrc.cpython-310.pyc
3.856 KB
-rw-r--r--
nntplib.cpython-310.opt-1.pyc
30.897 KB
-rw-r--r--
nntplib.cpython-310.opt-2.pyc
19.771 KB
-rw-r--r--
nntplib.cpython-310.pyc
30.897 KB
-rw-r--r--
ntpath.cpython-310.opt-1.pyc
15.192 KB
-rw-r--r--
ntpath.cpython-310.opt-2.pyc
13.242 KB
-rw-r--r--
ntpath.cpython-310.pyc
15.192 KB
-rw-r--r--
nturl2path.cpython-310.opt-1.pyc
1.722 KB
-rw-r--r--
nturl2path.cpython-310.opt-2.pyc
1.324 KB
-rw-r--r--
nturl2path.cpython-310.pyc
1.722 KB
-rw-r--r--
numbers.cpython-310.opt-1.pyc
11.604 KB
-rw-r--r--
numbers.cpython-310.opt-2.pyc
7.859 KB
-rw-r--r--
numbers.cpython-310.pyc
11.604 KB
-rw-r--r--
opcode.cpython-310.opt-1.pyc
5.335 KB
-rw-r--r--
opcode.cpython-310.opt-2.pyc
5.202 KB
-rw-r--r--
opcode.cpython-310.pyc
5.335 KB
-rw-r--r--
operator.cpython-310.opt-1.pyc
13.207 KB
-rw-r--r--
operator.cpython-310.opt-2.pyc
11.012 KB
-rw-r--r--
operator.cpython-310.pyc
13.207 KB
-rw-r--r--
optparse.cpython-310.opt-1.pyc
46.597 KB
-rw-r--r--
optparse.cpython-310.opt-2.pyc
34.687 KB
-rw-r--r--
optparse.cpython-310.pyc
46.65 KB
-rw-r--r--
os.cpython-310.opt-1.pyc
30.86 KB
-rw-r--r--
os.cpython-310.opt-2.pyc
19 KB
-rw-r--r--
os.cpython-310.pyc
30.874 KB
-rw-r--r--
pathlib.cpython-310.opt-1.pyc
41.082 KB
-rw-r--r--
pathlib.cpython-310.opt-2.pyc
32.525 KB
-rw-r--r--
pathlib.cpython-310.pyc
41.082 KB
-rw-r--r--
pdb.cpython-310.opt-1.pyc
46.304 KB
-rw-r--r--
pdb.cpython-310.opt-2.pyc
32.777 KB
-rw-r--r--
pdb.cpython-310.pyc
46.344 KB
-rw-r--r--
pickle.cpython-310.opt-1.pyc
45.715 KB
-rw-r--r--
pickle.cpython-310.opt-2.pyc
40.037 KB
-rw-r--r--
pickle.cpython-310.pyc
45.799 KB
-rw-r--r--
pickletools.cpython-310.opt-1.pyc
65.414 KB
-rw-r--r--
pickletools.cpython-310.opt-2.pyc
56.635 KB
-rw-r--r--
pickletools.cpython-310.pyc
66.188 KB
-rw-r--r--
pipes.cpython-310.opt-1.pyc
7.603 KB
-rw-r--r--
pipes.cpython-310.opt-2.pyc
4.845 KB
-rw-r--r--
pipes.cpython-310.pyc
7.603 KB
-rw-r--r--
pkgutil.cpython-310.opt-1.pyc
17.946 KB
-rw-r--r--
pkgutil.cpython-310.opt-2.pyc
11.454 KB
-rw-r--r--
pkgutil.cpython-310.pyc
17.946 KB
-rw-r--r--
platform.cpython-310.opt-1.pyc
26.802 KB
-rw-r--r--
platform.cpython-310.opt-2.pyc
18.94 KB
-rw-r--r--
platform.cpython-310.pyc
26.802 KB
-rw-r--r--
plistlib.cpython-310.opt-1.pyc
22.97 KB
-rw-r--r--
plistlib.cpython-310.opt-2.pyc
20.595 KB
-rw-r--r--
plistlib.cpython-310.pyc
23.02 KB
-rw-r--r--
poplib.cpython-310.opt-1.pyc
13.271 KB
-rw-r--r--
poplib.cpython-310.opt-2.pyc
8.521 KB
-rw-r--r--
poplib.cpython-310.pyc
13.271 KB
-rw-r--r--
posixpath.cpython-310.opt-1.pyc
10.417 KB
-rw-r--r--
posixpath.cpython-310.opt-2.pyc
8.814 KB
-rw-r--r--
posixpath.cpython-310.pyc
10.417 KB
-rw-r--r--
pprint.cpython-310.opt-1.pyc
17.443 KB
-rw-r--r--
pprint.cpython-310.opt-2.pyc
15.357 KB
-rw-r--r--
pprint.cpython-310.pyc
17.472 KB
-rw-r--r--
profile.cpython-310.opt-1.pyc
13.892 KB
-rw-r--r--
profile.cpython-310.opt-2.pyc
11.003 KB
-rw-r--r--
profile.cpython-310.pyc
14.069 KB
-rw-r--r--
pstats.cpython-310.opt-1.pyc
23.083 KB
-rw-r--r--
pstats.cpython-310.opt-2.pyc
20.281 KB
-rw-r--r--
pstats.cpython-310.pyc
23.083 KB
-rw-r--r--
pty.cpython-310.opt-1.pyc
4.062 KB
-rw-r--r--
pty.cpython-310.opt-2.pyc
3.274 KB
-rw-r--r--
pty.cpython-310.pyc
4.062 KB
-rw-r--r--
py_compile.cpython-310.opt-1.pyc
7.192 KB
-rw-r--r--
py_compile.cpython-310.opt-2.pyc
3.965 KB
-rw-r--r--
py_compile.cpython-310.pyc
7.192 KB
-rw-r--r--
pyclbr.cpython-310.opt-1.pyc
9.562 KB
-rw-r--r--
pyclbr.cpython-310.opt-2.pyc
6.606 KB
-rw-r--r--
pyclbr.cpython-310.pyc
9.562 KB
-rw-r--r--
pydoc.cpython-310.opt-1.pyc
83.363 KB
-rw-r--r--
pydoc.cpython-310.opt-2.pyc
74.074 KB
-rw-r--r--
pydoc.cpython-310.pyc
83.395 KB
-rw-r--r--
queue.cpython-310.opt-1.pyc
10.555 KB
-rw-r--r--
queue.cpython-310.opt-2.pyc
6.398 KB
-rw-r--r--
queue.cpython-310.pyc
10.555 KB
-rw-r--r--
quopri.cpython-310.opt-1.pyc
5.535 KB
-rw-r--r--
quopri.cpython-310.opt-2.pyc
4.551 KB
-rw-r--r--
quopri.cpython-310.pyc
5.674 KB
-rw-r--r--
random.cpython-310.opt-1.pyc
22.23 KB
-rw-r--r--
random.cpython-310.opt-2.pyc
15.09 KB
-rw-r--r--
random.cpython-310.pyc
22.23 KB
-rw-r--r--
re.cpython-310.opt-1.pyc
13.909 KB
-rw-r--r--
re.cpython-310.opt-2.pyc
5.805 KB
-rw-r--r--
re.cpython-310.pyc
13.909 KB
-rw-r--r--
reprlib.cpython-310.opt-1.pyc
5.143 KB
-rw-r--r--
reprlib.cpython-310.opt-2.pyc
4.998 KB
-rw-r--r--
reprlib.cpython-310.pyc
5.143 KB
-rw-r--r--
rlcompleter.cpython-310.opt-1.pyc
5.83 KB
-rw-r--r--
rlcompleter.cpython-310.opt-2.pyc
3.249 KB
-rw-r--r--
rlcompleter.cpython-310.pyc
5.83 KB
-rw-r--r--
runpy.cpython-310.opt-1.pyc
9.206 KB
-rw-r--r--
runpy.cpython-310.opt-2.pyc
6.849 KB
-rw-r--r--
runpy.cpython-310.pyc
9.206 KB
-rw-r--r--
sched.cpython-310.opt-1.pyc
5.987 KB
-rw-r--r--
sched.cpython-310.opt-2.pyc
3.06 KB
-rw-r--r--
sched.cpython-310.pyc
5.987 KB
-rw-r--r--
secrets.cpython-310.opt-1.pyc
2.14 KB
-rw-r--r--
secrets.cpython-310.opt-2.pyc
1.128 KB
-rw-r--r--
secrets.cpython-310.pyc
2.14 KB
-rw-r--r--
selectors.cpython-310.opt-1.pyc
16.72 KB
-rw-r--r--
selectors.cpython-310.opt-2.pyc
12.786 KB
-rw-r--r--
selectors.cpython-310.pyc
16.72 KB
-rw-r--r--
shelve.cpython-310.opt-1.pyc
9.285 KB
-rw-r--r--
shelve.cpython-310.opt-2.pyc
5.255 KB
-rw-r--r--
shelve.cpython-310.pyc
9.285 KB
-rw-r--r--
shlex.cpython-310.opt-1.pyc
7.615 KB
-rw-r--r--
shlex.cpython-310.opt-2.pyc
7.113 KB
-rw-r--r--
shlex.cpython-310.pyc
7.615 KB
-rw-r--r--
shutil.cpython-310.opt-1.pyc
37.648 KB
-rw-r--r--
shutil.cpython-310.opt-2.pyc
26 KB
-rw-r--r--
shutil.cpython-310.pyc
37.648 KB
-rw-r--r--
signal.cpython-310.opt-1.pyc
2.882 KB
-rw-r--r--
signal.cpython-310.opt-2.pyc
2.673 KB
-rw-r--r--
signal.cpython-310.pyc
2.882 KB
-rw-r--r--
site.cpython-310.opt-1.pyc
17.25 KB
-rw-r--r--
site.cpython-310.opt-2.pyc
11.904 KB
-rw-r--r--
site.cpython-310.pyc
17.25 KB
-rw-r--r--
smtpd.cpython-310.opt-1.pyc
25.55 KB
-rw-r--r--
smtpd.cpython-310.opt-2.pyc
23.008 KB
-rw-r--r--
smtpd.cpython-310.pyc
25.55 KB
-rw-r--r--
smtplib.cpython-310.opt-1.pyc
34.899 KB
-rw-r--r--
smtplib.cpython-310.opt-2.pyc
19.104 KB
-rw-r--r--
smtplib.cpython-310.pyc
34.943 KB
-rw-r--r--
sndhdr.cpython-310.opt-1.pyc
6.814 KB
-rw-r--r--
sndhdr.cpython-310.opt-2.pyc
5.581 KB
-rw-r--r--
sndhdr.cpython-310.pyc
6.814 KB
-rw-r--r--
socket.cpython-310.opt-1.pyc
28.094 KB
-rw-r--r--
socket.cpython-310.opt-2.pyc
19.857 KB
-rw-r--r--
socket.cpython-310.pyc
28.117 KB
-rw-r--r--
socketserver.cpython-310.opt-1.pyc
24.769 KB
-rw-r--r--
socketserver.cpython-310.opt-2.pyc
14.468 KB
-rw-r--r--
socketserver.cpython-310.pyc
24.769 KB
-rw-r--r--
sre_compile.cpython-310.opt-1.pyc
14.667 KB
-rw-r--r--
sre_compile.cpython-310.opt-2.pyc
14.271 KB
-rw-r--r--
sre_compile.cpython-310.pyc
14.854 KB
-rw-r--r--
sre_constants.cpython-310.opt-1.pyc
6.224 KB
-rw-r--r--
sre_constants.cpython-310.opt-2.pyc
5.816 KB
-rw-r--r--
sre_constants.cpython-310.pyc
6.224 KB
-rw-r--r--
sre_parse.cpython-310.opt-1.pyc
21.227 KB
-rw-r--r--
sre_parse.cpython-310.opt-2.pyc
21.184 KB
-rw-r--r--
sre_parse.cpython-310.pyc
21.261 KB
-rw-r--r--
ssl.cpython-310.opt-1.pyc
44.235 KB
-rw-r--r--
ssl.cpython-310.opt-2.pyc
33.612 KB
-rw-r--r--
ssl.cpython-310.pyc
44.235 KB
-rw-r--r--
stat.cpython-310.opt-1.pyc
4.188 KB
-rw-r--r--
stat.cpython-310.opt-2.pyc
3.443 KB
-rw-r--r--
stat.cpython-310.pyc
4.188 KB
-rw-r--r--
statistics.cpython-310.opt-1.pyc
36.088 KB
-rw-r--r--
statistics.cpython-310.opt-2.pyc
18.277 KB
-rw-r--r--
statistics.cpython-310.pyc
36.198 KB
-rw-r--r--
string.cpython-310.opt-1.pyc
6.951 KB
-rw-r--r--
string.cpython-310.opt-2.pyc
5.883 KB
-rw-r--r--
string.cpython-310.pyc
6.951 KB
-rw-r--r--
stringprep.cpython-310.opt-1.pyc
16.649 KB
-rw-r--r--
stringprep.cpython-310.opt-2.pyc
16.438 KB
-rw-r--r--
stringprep.cpython-310.pyc
16.69 KB
-rw-r--r--
struct.cpython-310.opt-1.pyc
0.315 KB
-rw-r--r--
struct.cpython-310.opt-2.pyc
0.315 KB
-rw-r--r--
struct.cpython-310.pyc
0.315 KB
-rw-r--r--
subprocess.cpython-310.opt-1.pyc
43.636 KB
-rw-r--r--
subprocess.cpython-310.opt-2.pyc
31.996 KB
-rw-r--r--
subprocess.cpython-310.pyc
43.708 KB
-rw-r--r--
sunau.cpython-310.opt-1.pyc
16.111 KB
-rw-r--r--
sunau.cpython-310.opt-2.pyc
11.633 KB
-rw-r--r--
sunau.cpython-310.pyc
16.111 KB
-rw-r--r--
symtable.cpython-310.opt-1.pyc
12.474 KB
-rw-r--r--
symtable.cpython-310.opt-2.pyc
9.982 KB
-rw-r--r--
symtable.cpython-310.pyc
12.55 KB
-rw-r--r--
sysconfig.cpython-310.opt-1.pyc
17.075 KB
-rw-r--r--
sysconfig.cpython-310.opt-2.pyc
14.405 KB
-rw-r--r--
sysconfig.cpython-310.pyc
17.075 KB
-rw-r--r--
tabnanny.cpython-310.opt-1.pyc
6.803 KB
-rw-r--r--
tabnanny.cpython-310.opt-2.pyc
5.903 KB
-rw-r--r--
tabnanny.cpython-310.pyc
6.803 KB
-rw-r--r--
tarfile.cpython-310.opt-1.pyc
71.154 KB
-rw-r--r--
tarfile.cpython-310.opt-2.pyc
56.694 KB
-rw-r--r--
tarfile.cpython-310.pyc
71.169 KB
-rw-r--r--
telnetlib.cpython-310.opt-1.pyc
18.088 KB
-rw-r--r--
telnetlib.cpython-310.opt-2.pyc
10.871 KB
-rw-r--r--
telnetlib.cpython-310.pyc
18.088 KB
-rw-r--r--
tempfile.cpython-310.opt-1.pyc
23.759 KB
-rw-r--r--
tempfile.cpython-310.opt-2.pyc
17.428 KB
-rw-r--r--
tempfile.cpython-310.pyc
23.759 KB
-rw-r--r--
textwrap.cpython-310.opt-1.pyc
13.48 KB
-rw-r--r--
textwrap.cpython-310.opt-2.pyc
6.485 KB
-rw-r--r--
textwrap.cpython-310.pyc
13.504 KB
-rw-r--r--
this.cpython-310.opt-1.pyc
1.25 KB
-rw-r--r--
this.cpython-310.opt-2.pyc
1.25 KB
-rw-r--r--
this.cpython-310.pyc
1.25 KB
-rw-r--r--
threading.cpython-310.opt-1.pyc
43.486 KB
-rw-r--r--
threading.cpython-310.opt-2.pyc
25.825 KB
-rw-r--r--
threading.cpython-310.pyc
43.901 KB
-rw-r--r--
timeit.cpython-310.opt-1.pyc
11.509 KB
-rw-r--r--
timeit.cpython-310.opt-2.pyc
5.838 KB
-rw-r--r--
timeit.cpython-310.pyc
11.509 KB
-rw-r--r--
token.cpython-310.opt-1.pyc
2.689 KB
-rw-r--r--
token.cpython-310.opt-2.pyc
2.661 KB
-rw-r--r--
token.cpython-310.pyc
2.689 KB
-rw-r--r--
tokenize.cpython-310.opt-1.pyc
16.777 KB
-rw-r--r--
tokenize.cpython-310.opt-2.pyc
13.13 KB
-rw-r--r--
tokenize.cpython-310.pyc
16.807 KB
-rw-r--r--
trace.cpython-310.opt-1.pyc
19.42 KB
-rw-r--r--
trace.cpython-310.opt-2.pyc
16.575 KB
-rw-r--r--
trace.cpython-310.pyc
19.42 KB
-rw-r--r--
traceback.cpython-310.opt-1.pyc
21.219 KB
-rw-r--r--
traceback.cpython-310.opt-2.pyc
12.437 KB
-rw-r--r--
traceback.cpython-310.pyc
21.219 KB
-rw-r--r--
tracemalloc.cpython-310.opt-1.pyc
17.13 KB
-rw-r--r--
tracemalloc.cpython-310.opt-2.pyc
15.803 KB
-rw-r--r--
tracemalloc.cpython-310.pyc
17.13 KB
-rw-r--r--
tty.cpython-310.opt-1.pyc
1.069 KB
-rw-r--r--
tty.cpython-310.opt-2.pyc
0.975 KB
-rw-r--r--
tty.cpython-310.pyc
1.069 KB
-rw-r--r--
types.cpython-310.opt-1.pyc
9.317 KB
-rw-r--r--
types.cpython-310.opt-2.pyc
7.945 KB
-rw-r--r--
types.cpython-310.pyc
9.317 KB
-rw-r--r--
typing.cpython-310.opt-1.pyc
83.146 KB
-rw-r--r--
typing.cpython-310.opt-2.pyc
57.338 KB
-rw-r--r--
typing.cpython-310.pyc
83.294 KB
-rw-r--r--
uu.cpython-310.opt-1.pyc
3.792 KB
-rw-r--r--
uu.cpython-310.opt-2.pyc
3.569 KB
-rw-r--r--
uu.cpython-310.pyc
3.792 KB
-rw-r--r--
uuid.cpython-310.opt-1.pyc
21.882 KB
-rw-r--r--
uuid.cpython-310.opt-2.pyc
14.43 KB
-rw-r--r--
uuid.cpython-310.pyc
21.986 KB
-rw-r--r--
warnings.cpython-310.opt-1.pyc
12.913 KB
-rw-r--r--
warnings.cpython-310.opt-2.pyc
10.746 KB
-rw-r--r--
warnings.cpython-310.pyc
13.342 KB
-rw-r--r--
wave.cpython-310.opt-1.pyc
17.169 KB
-rw-r--r--
wave.cpython-310.opt-2.pyc
11.329 KB
-rw-r--r--
wave.cpython-310.pyc
17.197 KB
-rw-r--r--
weakref.cpython-310.opt-1.pyc
19.866 KB
-rw-r--r--
weakref.cpython-310.opt-2.pyc
16.713 KB
-rw-r--r--
weakref.cpython-310.pyc
19.882 KB
-rw-r--r--
webbrowser.cpython-310.opt-1.pyc
16.601 KB
-rw-r--r--
webbrowser.cpython-310.opt-2.pyc
14.323 KB
-rw-r--r--
webbrowser.cpython-310.pyc
16.617 KB
-rw-r--r--
xdrlib.cpython-310.opt-1.pyc
7.711 KB
-rw-r--r--
xdrlib.cpython-310.opt-2.pyc
7.257 KB
-rw-r--r--
xdrlib.cpython-310.pyc
7.711 KB
-rw-r--r--
zipapp.cpython-310.opt-1.pyc
5.888 KB
-rw-r--r--
zipapp.cpython-310.opt-2.pyc
4.755 KB
-rw-r--r--
zipapp.cpython-310.pyc
5.888 KB
-rw-r--r--
zipfile.cpython-310.opt-1.pyc
60.099 KB
-rw-r--r--
zipfile.cpython-310.opt-2.pyc
50.714 KB
-rw-r--r--
zipfile.cpython-310.pyc
60.119 KB
-rw-r--r--
zipimport.cpython-310.opt-1.pyc
16.594 KB
-rw-r--r--
zipimport.cpython-310.opt-2.pyc
12.973 KB
-rw-r--r--
zipimport.cpython-310.pyc
16.649 KB
-rw-r--r--