| Server IP : 172.67.131.151 / Your IP : 162.159.115.11 Web Server : Apache System : Linux keen-cori.18-142-40-148.plesk.page 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 06:59:36 UTC 2025 x86_64 User : simottodesign.com_2tntp341vs7 ( 10011) PHP Version : 8.3.31 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python2.7/ |
Upload File : |
�
xFWgc @ s� d Z d d l Z y d d l m Z Wn! e k
rI d d l m Z n Xd d l m Z d d d d g Z d e f d � � YZ
d e
f d
� � YZ d � Z d d d � � YZ
d d d
� � YZ d S( sR Implements (a subset of) Sun XDR -- eXternal Data Representation.
See: RFC 1014
i����N( t StringIO( t wrapst Errort Packert Unpackert ConversionErrorc B s) e Z d Z d � Z d � Z d � Z RS( s� Exception class for this module. Use:
except xdrlib.Error, var:
# var has the Error instance for the exception
Public ivars:
msg -- contains the message
c C s
| | _ d S( N( t msg( t selfR ( ( s /usr/lib/python2.7/xdrlib.pyt __init__ s c C s
t | j � S( N( t reprR ( R ( ( s /usr/lib/python2.7/xdrlib.pyt __repr__ s c C s
t | j � S( N( t strR ( R ( ( s /usr/lib/python2.7/xdrlib.pyt __str__ s ( t __name__t
__module__t __doc__R R
R ( ( ( s /usr/lib/python2.7/xdrlib.pyR s c B s e Z RS( ( R
R ( ( ( s /usr/lib/python2.7/xdrlib.pyR # s c s t � � � f d � � } | S( s5 Wrap any raised struct.errors in a ConversionError. c sA y � | | � SWn) t j k
r<