AlkantarClanX12

Your IP : 3.145.110.99


Current Path : /opt/alt/python37/lib64/python3.7/encodings/__pycache__/
Upload File :
Current File : //opt/alt/python37/lib64/python3.7/encodings/__pycache__/uu_codec.cpython-37.opt-1.pyc

B

� f#�@s�dZddlZddlZddlmZddd�Zdd	d
�ZGdd�dej�ZGd
d�dej�ZGdd�dej	�Z	Gdd�deej
�Z
Gdd�deej�Zdd�ZdS)aPython 'uu_codec' Codec - UU content transfer encoding.

This codec de/encodes from bytes to bytes.

Written by Marc-Andre Lemburg (mal@lemburg.com). Some details were
adapted from uu.py which was written by Lance Ellinghouse and
modified by Jack Jansen and Fredrik Lundh.
�N)�BytesIO�strict�<data>�c	Cs�t|�}t�}|j}|j}|�dd�}|�dd�}|d|d@|f�d��|d�}x|rr|t�|��|d�}qVW|d	�|��t|�fS)
N�
z\n�
z\rzbegin %o %s
i��ascii�-s 
end
)	r�read�write�replace�encode�binasciiZb2a_uu�getvalue�len)	�input�errors�filename�mode�infile�outfiler
r�chunk�r�7/opt/alt/python37/lib64/python3.7/encodings/uu_codec.py�	uu_encodesrc

Cs�t|�}t�}|j}|j}x(|�}|s.td��|dd�dkrPqWx�|�}|rX|dkrZPyt�|�}WnRtjk
r�}z2|ddd@ddd	}	t�|d|	��}Wdd}~XYnX||�qFW|s�td
��|��t|�fS)Nz"Missing "begin" line in input data�sbeginsend
r� �?��zTruncated input data)	r�readliner�
ValueErrorrZa2b_uu�Errorrr)
rrrrr r�s�data�v�nbytesrrr�	uu_decode%s.$r'c@s eZdZddd�Zddd�ZdS)	�CodecrcCs
t||�S)N)r)�selfrrrrrr
GszCodec.encodecCs
t||�S)N)r')r)rrrrr�decodeJszCodec.decodeN)r)r)�__name__�
__module__�__qualname__r
r*rrrrr(Fs
r(c@seZdZddd�ZdS)�IncrementalEncoderFcCst||j�dS)Nr)rr)r)r�finalrrrr
NszIncrementalEncoder.encodeN)F)r+r,r-r
rrrrr.Msr.c@seZdZddd�ZdS)�IncrementalDecoderFcCst||j�dS)Nr)r'r)r)rr/rrrr*RszIncrementalDecoder.decodeN)F)r+r,r-r*rrrrr0Qsr0c@seZdZeZdS)�StreamWriterN)r+r,r-�bytes�charbuffertyperrrrr1Usr1c@seZdZeZdS)�StreamReaderN)r+r,r-r2r3rrrrr4Xsr4c
Cstjdttttttdd�S)N�uuF)�namer
r*�incrementalencoder�incrementaldecoder�streamreader�streamwriter�_is_text_encoding)�codecs�	CodecInforr'r.r0r4r1rrrr�getregentry]sr>)rrr)r)
�__doc__r<r�iorrr'r(r.r0r1r4r>rrrr�<module>s

!