xdrlib¶
Implements (a subset of) Sun XDR – eXternal Data Representation.
See: RFC 1014
Functions¶
raise_conversion_error(function) |
Wrap any raised struct.errors in a ConversionError. |
wraps(wrapped[, assigned, updated]) |
Decorator factory to apply update_wrapper() to a wrapper function |
Classes¶
Packer() |
Pack various data representations into a buffer. |
Unpacker(data) |
Unpacks various data representations from the given buffer. |
Exceptions¶
ConversionError(msg) |
|
Error(msg) |
Exception class for this module. |