%PDF- %PDF-
Direktori : /usr/local/lib/python2.7/ |
Current File : //usr/local/lib/python2.7/xdrlib.pyc |
ó Mêáac @ 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"