| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/11490/root/usr/lib/python2.6/ |
Upload File : |
Ñò
ÈÉŽJc @ s´ d Z d d k Z y d d k l Z Wn# e j
o d d k l 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/lib/python2.6/xdrlib.pyt __init__ s c C s
t | i ƒ S( N( t reprR ( R ( ( s /usr/lib/python2.6/xdrlib.pyt __repr__ s c C s
t | i ƒ S( N( t strR ( R ( ( s /usr/lib/python2.6/xdrlib.pyt __str__ s ( t __name__t
__module__t __doc__R R R ( ( ( s /usr/lib/python2.6/xdrlib.pyR s c B s e Z RS( ( R R
( ( ( s /usr/lib/python2.6/xdrlib.pyR "