config root man

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
Upload File :
Current File : //usr/local/lib/python2.5/encodings/base64_codec.pyo

³ò
h”Rc@sÆdZddkZddkZdd„Zdd„Zdeifd„ƒYZdeifd	„ƒYZd
eifd„ƒYZdeeifd
„ƒYZdeei	fd„ƒYZ	d„Z
dS(sÿ Python 'base64_codec' Codec - base64 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).

iÿÿÿÿNtstrictcCsti|ƒ}|t|ƒfS(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.

    (tbase64tencodestringtlen(tinputterrorstoutput((s2/usr/local/lib/python2.5/encodings/base64_codec.pyt
base64_encode
scCsti|ƒ}|t|ƒfS(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.

    (RtdecodestringR(RRR((s2/usr/local/lib/python2.5/encodings/base64_codec.pyt
base64_decodestCodeccBs eZdd„Zdd„ZRS(RcCs
t||ƒS(N(R(tselfRR((s2/usr/local/lib/python2.5/encodings/base64_codec.pytencode/scCs
t||ƒS(N(R	(RRR((s2/usr/local/lib/python2.5/encodings/base64_codec.pytdecode1s(t__name__t
__module__RR
(((s2/usr/local/lib/python2.5/encodings/base64_codec.pyR
-stIncrementalEncodercBseZed„ZRS(cCs
ti|ƒS(N(RR(RRtfinal((s2/usr/local/lib/python2.5/encodings/base64_codec.pyR5s(RRtFalseR(((s2/usr/local/lib/python2.5/encodings/base64_codec.pyR4stIncrementalDecodercBseZed„ZRS(cCs
ti|ƒS(N(RR(RRR((s2/usr/local/lib/python2.5/encodings/base64_codec.pyR
:s(RRRR
(((s2/usr/local/lib/python2.5/encodings/base64_codec.pyR9stStreamWritercBseZRS((RR(((s2/usr/local/lib/python2.5/encodings/base64_codec.pyR>stStreamReadercBseZRS((RR(((s2/usr/local/lib/python2.5/encodings/base64_codec.pyRAscCs4tidddtdtdtdtdtdtƒS(	NtnameRRR
tincrementalencodertincrementaldecodertstreamwritertstreamreader(tcodecst	CodecInfoRR	RRRR(((s2/usr/local/lib/python2.5/encodings/base64_codec.pytgetregentryFs	(t__doc__RRRR	R
RRRRR(((s2/usr/local/lib/python2.5/encodings/base64_codec.pys<module>s

Man Man