|
Server IP : 173.231.199.178 / Your IP : 216.73.216.46 Web Server : Apache System : Linux vps67388.inmotionhosting.com 3.10.0-1160.119.1.vz7.224.4 #1 SMP Mon Sep 30 15:36:27 MSK 2024 x86_64 User : koolde6 ( 1002) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /run/../lib64/python2.7/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
�
̘ic @ 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 d d g Z d e f d � � YZ d e f d � � YZ 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 StringIOt 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/lib64/python2.7/xdrlib.pyt __init__ s c C s
t | j � S( N( t reprR ( R ( ( s /usr/lib64/python2.7/xdrlib.pyt __repr__ s c C s
t | j � S( N( t strR ( R ( ( s /usr/lib64/python2.7/xdrlib.pyt __str__ s ( t __name__t
__module__t __doc__R R R ( ( ( s /usr/lib64/python2.7/xdrlib.pyR s c B s e Z RS( ( R R
( ( ( s /usr/lib64/python2.7/xdrlib.pyR "