Current Path : /usr/local/lib/python2.5/encodings/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/local/lib/python2.5/encodings/uu_codec.pyo |
³ò h”Rc @ 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 d k l } d d k l } | | ƒ } | ƒ } | i } | i } | d | d @| f ƒ | d ƒ } x( | o | | | ƒ ƒ | d ƒ } qn 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. iÿÿÿÿ( t StringIO( t b2a_uus begin %o %s iÿ i- s end ( t cStringIOR t binasciiR t readt writet getvaluet len( t inputt errorst filenamet modeR R t infilet outfileR R t chunk( ( s. /usr/local/lib/python2.5/encodings/uu_codec.pyt uu_encode s c C s< d d k l } d d k l } | | ƒ } | ƒ } | i } | i } x6 | ƒ } | p t d ‚ n | d d j o PqJ qJ 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. iÿÿÿÿ( R ( t a2b_uus"