base64 模块中文翻译文档

生成时间: 2026-07-29 09:41:52

============================================================

函数/方法
--------------------

英文名称                      中文翻译                 说明
--------------------------------------------------------------------------------
MAXBINSIZE                MAXBINSIZE           -
MAXLINESIZE               MAXLINESIZE          -
a85decode                 a85解码                Decode the Ascii85 encoded bytes-like object or AS
a85encode                 a85编码                Encode bytes-like object b using Ascii85 and retur
b16decode                 b16解码                Decode the Base16 encoded bytes-like object or ASC
b16encode                 b16编码                Encode the bytes-like object s using Base16 and re
b32decode                 b32解码                Decode the Base32 encoded bytes-like object or ASC
b32encode                 b32编码                Encode the bytes-like object s using Base32 and re
b64decode                 b64解码                Decode the Base64 encoded bytes-like object or ASC
b64encode                 b64编码                Encode the bytes-like object s using Base64 and re
b85decode                 b85解码                Decode the base85-encoded bytes-like object or ASC
b85encode                 b85编码                Encode bytes-like object b in base85 format and re
bytes_types               bytestypes           -
decode                    解码                   Decode a file; input and output are binary files.
decodebytes               decodebytes          Decode a bytestring of base-64 data into a bytes o
decodestring              decodestring         Legacy alias of decodebytes().
encode                    编码                   Encode a file; input and output are binary files.
encodebytes               encodebytes          Encode a bytestring into a bytes object containing
encodestring              encodestring         Legacy alias of encodebytes().
main                      main                 Small main program
standard_b64decode        standardb64解码        Decode bytes encoded with the standard Base64 alph
standard_b64encode        standardb64编码        Encode bytes-like object s using the standard Base
test                      测试                   -
urlsafe_b64decode         urlsafeb64解码         Decode bytes using the URL- and filesystem-safe Ba
urlsafe_b64encode         urlsafeb64编码         Encode bytes using the URL- and filesystem-safe Ba

============================================================

此文档由 code_translator 自动生成