Server IP : 15.235.198.142 / Your IP : 216.73.216.33 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3.12/encodings/__pycache__/ |
Upload File : |
� �(�g# � � � d Z ddlZddlZddlmZ dd�Zdd�Z G d� dej � Z G d� d ej � Z G d � dej � Z G d� d eej � Z G d� deej � Zd� Zy)a Python '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)�BytesIOc � � |dk( sJ �t | � }t � }|j }|j }|j dd� }|j dd� } |d|dz |fz j d� � |d � }|r& |t j |� � |d � }|r�& |d � |j � t | � fS )N�strict� z\n� z\rzbegin %o %s i� �ascii�- s end ) r �read�write�replace�encode�binascii�b2a_uu�getvalue�len) �input�errors�filename�mode�infile�outfiler r �chunks �)/usr/lib/python3.12/encodings/uu_codec.py� uu_encoder s� � ��X���� �U�^�F��i�G��;�;�D��M�M�E� ����U�+�H�����U�+�H� �?�d�U�l�H�5�5� =� =�g� F�G���H�E� � �h�o�o�e�$�%��R��� � �+�������E� �+�+� c �� � |dk( sJ �t | � }t � }|j }|j } |� }|st d� �|d d dk( rn� |� }|r|dk( rn t j |� } ||� �.|st d� �|j � t | � fS # t j $ r6}|d dz dz d z dz d z } t j |d | � }Y d }~�ud }~ww xY w)Nr z"Missing "begin" line in input data� s begins end r � �? � � zTruncated input data) r �readliner � ValueErrorr �a2b_uu�Errorr r ) r r r r r"