| Server IP : 216.92.14.13 / Your IP : 216.73.217.126 Web Server : Apache System : Linux vps4089.pairvps.com 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64 User : rmlac2fmr ( 1040637) PHP Version : 8.2.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.4/__pycache__/ |
Upload File : |
�
�-X � @ s� d Z d d l Z d d l m Z d d l m Z d d d d g Z Gd d � d e � Z Gd
d � d e � Z d d � Z
Gd
d � d � Z Gd d � d � Z d S)zRImplements (a subset of) Sun XDR -- eXternal Data Representation.
See: RFC 1014
� N)�BytesIO)�wraps�Error�Packer�Unpacker�ConversionErrorc @ s: e Z d Z d Z d d � Z d d � Z d d � Z d S) 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 C s
| | _ d S)N)�msg)�selfr � r
�/usr/lib/python3.4/xdrlib.py�__init__ s zError.__init__c C s
t | j � S)N)�reprr )r r
r
r �__repr__ s zError.__repr__c C s
t | j � S)N)�strr )r r
r
r �__str__ s z
Error.__str__N)�__name__�
__module__�__qualname__�__doc__r r r r
r
r
r r s c @ s e Z d Z d S)r N)r r r r
r
r
r r s c s"