|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/usr/lib64/python2.4/encodings/ |
Upload File : |
mō
=5Dc @ s d Z d k Z d k Z d d d d Z d d Z 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.
Nt stricts <data>iķ c C s° d k l } d k l } | | }
| } |
i } | i } | d | d @| f | d } x( | o | | | | d } qh 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.
( s StringIO( s b2a_uus begin %o %s
iĸ i- s
end
N( t cStringIOt StringIOt binasciit b2a_uut inputt infilet outfilet readt writet modet filenamet chunkt getvaluet len( R t errorsR R
R R R R R R R ( ( t* /usr/lib64/python2.4/encodings/uu_codec.pyt uu_encode s
c C s: d k l } d k l } | | } | } | i } | i } x8 | } | p
t
d n | d d j o PqD qD Wx | } | p
| d j o Pn y | | }
WnL t i j
o= } t | d d d
@d d d } | | | }
n X| |
q W| 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.
( s StringIO( s a2b_uui s"