| Server IP : 77.37.83.220 / Your IP :
216.73.216.152 [
Web Server : LiteSpeed System : Linux nl-srv-web1124.main-hosting.eu 4.18.0-553.84.1.lve.el8.x86_64 #1 SMP Tue Nov 25 18:33:03 UTC 2025 x86_64 User : u964240598 ( 964240598) PHP Version : 8.2.29 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/977571/root/opt/alt/python311/lib64/python3.11/__pycache__/ |
Upload File : |
�
!A?hY � �� � d Z ddlZddlmZ ddlmZ ddlZ ej ed�� � g d�Z G d� d e
� � Z G d
� de� � Zd� Z
G d
� d� � Z G d� d� � ZdS )zRImplements (a subset of) Sun XDR -- eXternal Data Representation.
See: RFC 1014
� N)�BytesIO��wraps)� �
)�remove)�Error�Packer�Unpacker�ConversionErrorc �$ � e Zd ZdZd� Zd� Zd� ZdS )r z�Exception class for this module. Use:
except xdrlib.Error as var:
# var has the Error instance for the exception
Public ivars:
msg -- contains the message
c � � || _ d S �N)�msg)�selfr s �-/opt/alt/python311/lib64/python3.11/xdrlib.py�__init__zError.__init__ s
� ������ c �* � t | j � � S r )�reprr �r s r �__repr__zError.__repr__ s � ��D�H�~�~�r c �* � t | j � � S r )�strr r s r �__str__z
Error.__str__ s � ��4�8�}�}�r N)�__name__�
__module__�__qualname__�__doc__r r r � r r r r sK � � � � � �� �� � �� � �� � � � r r c � � e Zd ZdS )r N)r r r r r r r r # s � � � � � ��Dr r c �<