We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de12502 commit f81ea63Copy full SHA for f81ea63
docs/library/ubinascii.rst
@@ -18,3 +18,11 @@ Functions
18
19
Convert hexadecimal data to binary representation. Return bytes string.
20
(i.e. inverse of hexlify)
21
+
22
+.. function:: a2b_base64(data)
23
24
+ Convert Base64-encoded data to binary representation. Return bytes string.
25
26
+.. function:: b2a_base64(data)
27
28
+ Encode binary data in Base64 format. Return string.
0 commit comments