File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,18 @@ \section{Built-in Module \sectcode{binascii}} % If implemented in C
96
96
should be at most 45.
97
97
\end {funcdesc }
98
98
99
+ \begin {funcdesc }{a2b_base64}{string}
100
+ Convert a block of base64 data back to binary and return the
101
+ binary data. More than one line may be passed at a time.
102
+ \end {funcdesc }
103
+
104
+ \begin {funcdesc }{b2a_base64}{data}
105
+ Convert binary data to a line of ascii characters in base64 coding.
106
+ The return value is the converted line, including a newline char.
107
+ The length of \var {data} should be at most 57 to adhere to the base64
108
+ standard.
109
+ \end {funcdesc }
110
+
99
111
\begin {funcdesc }{a2b_hqx}{string}
100
112
Convert binhex4 formatted ascii data to binary, without doing
101
113
rle-decompression. The string should contain a complete number of
Original file line number Diff line number Diff line change @@ -96,6 +96,18 @@ \section{Built-in Module \sectcode{binascii}} % If implemented in C
96
96
should be at most 45.
97
97
\end {funcdesc }
98
98
99
+ \begin {funcdesc }{a2b_base64}{string}
100
+ Convert a block of base64 data back to binary and return the
101
+ binary data. More than one line may be passed at a time.
102
+ \end {funcdesc }
103
+
104
+ \begin {funcdesc }{b2a_base64}{data}
105
+ Convert binary data to a line of ascii characters in base64 coding.
106
+ The return value is the converted line, including a newline char.
107
+ The length of \var {data} should be at most 57 to adhere to the base64
108
+ standard.
109
+ \end {funcdesc }
110
+
99
111
\begin {funcdesc }{a2b_hqx}{string}
100
112
Convert binhex4 formatted ascii data to binary, without doing
101
113
rle-decompression. The string should contain a complete number of
You can’t perform that action at this time.
0 commit comments