Your IP : 3.145.108.4
3
\��@s�dZddlZddlZddd�Zddd�ZGdd �d ej�ZGd
d�dej�ZGdd
�d
ej�ZGdd�deej�ZGdd�deej �Z dd�Z
dS)z�Python 'hex_codec' Codec - 2-digit hex content transfer encoding.
This codec de/encodes from bytes to bytes.
Written by Marc-Andre Lemburg (mal@lemburg.com).
�N�strictcCs|dkst�tj|�t|�fS)Nr)�AssertionError�binascii�b2a_hex�len)�input�errors�r �+/usr/lib64/python3.6/encodings/hex_codec.py�
hex_encode
srcCs|dkst�tj|�t|�fS)Nr)rr�a2b_hexr)rrr r r
�
hex_decodesr
c@s eZdZddd�Zddd�ZdS) �CodecrcCs
t||�S)N)r)�selfrrr r r
�encodeszCodec.encodecCs
t||�S)N)r
)rrrr r r
�decodeszCodec.decodeN)r)r)�__name__�
__module__�__qualname__rrr r r r
rs
rc@seZdZddd�ZdS)�IncrementalEncoderFcCs|jdkst�tj|�S)Nr)rrrr)rr�finalr r r
rszIncrementalEncoder.encodeN)F)rrrrr r r r
rsrc@seZdZddd�ZdS)�IncrementalDecoderFcCs|jdkst�tj|�S)Nr)rrrr)rrrr r r
r!szIncrementalDecoder.decodeN)F)rrrrr r r r
r src@seZdZeZdS)�StreamWriterN)rrr�bytes�charbuffertyper r r r
r%src@seZdZeZdS)�StreamReaderN)rrrrrr r r r
r(src
Cstjdttttttdd�S)N�hexF)�namerr�incrementalencoder�incrementaldecoder�streamwriter�streamreader�_is_text_encoding)�codecs� CodecInforr
rrrrr r r r
�getregentry-sr%)r)r)�__doc__r#rrr
rrrrrr%r r r r
�<module>s
?>