base64
index
/usr/lib/python1.6/base64.py
Conversions to/from base64 transport encoding as per
RFC-1521
.
Modules
binascii
Functions
decode
(input, output)
Decode a file.
decodestring
(s)
Decode a string.
encode
(input, output)
Encode a file.
encodestring
(s)
Encode a string.
test
()
Small test program
test1
()
Data
MAXBINSIZE
= 57
MAXLINESIZE
= 76
__file__
= '/usr/lib/python1.6/base64.pyc'
__name__
= 'base64'