ACC SHELL
Ñò
rÄMc @ sÌ d Z d d k Z d d k Z d d d d „ Z d d „ Z d e i f d „ ƒ YZ d
e i f d „ ƒ YZ d e i f d
„ ƒ YZ d e e i f d „ ƒ YZ d e e i f d „ ƒ YZ d „ Z
d S( sz Python 'uu_codec' Codec - UU content transfer encoding
Unlike most of the other codecs which target Unicode, this codec
will return Python string objects for both encode and decode.
Written by Marc-Andre Lemburg (mal@lemburg.com). Some details were
adapted from uu.py which was written by Lance Ellinghouse and
modified by Jack Jansen and Fredrik Lundh.
iÿÿÿÿNt stricts <data>i¶ c C sÐ | d j p t ‚ d d k l } d d k l } | t | ƒ ƒ } | ƒ } | i } | i } | d | d @| f ƒ | d ƒ }
x( |
o | | |
ƒ ƒ | d ƒ }
qˆ W| d ƒ | i ƒ t | ƒ f S( s Encodes the object input and returns a tuple (output
object, length consumed).
errors defines the error handling to apply. It defaults to
'strict' handling which is the only currently supported
error handling for this codec.
R iÿÿÿÿ( t StringIO( t b2a_uus begin %o %s
iÿ i- s
end
(
t AssertionErrort cStringIOR t binasciiR t strt readt writet getvaluet len( t inputt errorst filenamet modeR R t infilet outfileR R t chunk( ( s( /usr/lib/python2.6/encodings/uu_codec.pyt uu_encode s
c C sV | d j p t ‚ d d k l } d d k l } | t | ƒ ƒ } | ƒ } | i } | i } x6 | ƒ } | p
t d ‚ n | d d j o Pqd qd x | ƒ } | p
| d j o Pn y | | ƒ } WnL t i j
o= }
t
| d ƒ d
d @d d d
} | | | ƒ } n X| | ƒ q | p
t d ‚ n | i ƒ t | ƒ f S( s# Decodes the object input and returns a tuple (output
object, length consumed).
input must be an object which provides the bf_getreadbuf
buffer slot. Python strings, buffer objects and memory
mapped files are examples of objects providing this slot.
errors defines the error handling to apply. It defaults to
'strict' handling which is the only currently supported
error handling for this codec.
Note: filename and file mode information in the input data is
ignored.
R iÿÿÿÿ( R ( t a2b_uus"